Created
May 17, 2019 08:02
-
-
Save TayKangSheng/2071e3d24dff70ef99b0b51432026712 to your computer and use it in GitHub Desktop.
Docker commands
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
# start a shell inside the image | |
docker run -it -e ENV1=VALUE1 image-name:image-tag /bin/sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment