Skip to content

Instantly share code, notes, and snippets.

@williamluisan
Last active August 1, 2021 06:41
Show Gist options
  • Save williamluisan/a996fcf92d81e371a5efd5b43d3f31f8 to your computer and use it in GitHub Desktop.
Save williamluisan/a996fcf92d81e371a5efd5b43d3f31f8 to your computer and use it in GitHub Desktop.
Docker container connect directory
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