Last active
August 1, 2021 06:41
-
-
Save williamluisan/a996fcf92d81e371a5efd5b43d3f31f8 to your computer and use it in GitHub Desktop.
Docker container connect directory
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 container create --name {name} -p 8080:80 -v /my/own/code/dir:/var/www/site {image} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment