Created
October 14, 2020 07:20
-
-
Save StanGirard/549b19b8e5395b802258dd674958b264 to your computer and use it in GitHub Desktop.
Docker Multi Stages Example Run
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
docker run \ | |
-it \ | |
--rm \ | |
-p 80:80 \ | |
react-b:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment