Skip to content

Instantly share code, notes, and snippets.

@teebow1e
Last active August 6, 2024 09:01
Show Gist options
  • Select an option

  • Save teebow1e/6204bdae6d6e9b1d5ba3d0ec05a87503 to your computer and use it in GitHub Desktop.

Select an option

Save teebow1e/6204bdae6d6e9b1d5ba3d0ec05a87503 to your computer and use it in GitHub Desktop.
Run a Ubuntu machine from Docker for testing purpose
#!/bin/sh
sudo docker pull ubuntu && sudo docker run -it --name ubuntucont $(sudo docker images ubuntu -q) /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment