Created
February 12, 2019 16:38
-
-
Save victorholt/01d17c4d17f2d81a4eac61d038f990e6 to your computer and use it in GitHub Desktop.
Docker Notes
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
# 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