Skip to content

Instantly share code, notes, and snippets.

@victorholt
Created February 12, 2019 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorholt/01d17c4d17f2d81a4eac61d038f990e6 to your computer and use it in GitHub Desktop.
Save victorholt/01d17c4d17f2d81a4eac61d038f990e6 to your computer and use it in GitHub Desktop.
Docker Notes
# Run image and keep it going.
docker run --name alpine_os -it -d alpine tail -f /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment