Skip to content

Instantly share code, notes, and snippets.

@64lines
Created May 16, 2020 00:14
Show Gist options
  • Save 64lines/f07c99144ccf5ea5658a2b5a5521307b to your computer and use it in GitHub Desktop.
Save 64lines/f07c99144ccf5ea5658a2b5a5521307b to your computer and use it in GitHub Desktop.
[DOCKER] Install ubuntu with Docker
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