Created
May 16, 2020 00:14
-
-
Save 64lines/f07c99144ccf5ea5658a2b5a5521307b to your computer and use it in GitHub Desktop.
[DOCKER] Install ubuntu with Docker
This file contains 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
docker pull ubuntu | |
docker run -ti --entrypoint /bin/sh ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment