Last active
August 6, 2024 09:01
-
-
Save teebow1e/6204bdae6d6e9b1d5ba3d0ec05a87503 to your computer and use it in GitHub Desktop.
Run a Ubuntu machine from Docker for testing purpose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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