Skip to content

Instantly share code, notes, and snippets.

@kevinzie
Created August 14, 2018 04:49
Show Gist options
  • Save kevinzie/38e2e028ab10bf7a5740c89c095775ac to your computer and use it in GitHub Desktop.
Save kevinzie/38e2e028ab10bf7a5740c89c095775ac to your computer and use it in GitHub Desktop.
Docker Run
docker run -dit -p 80:80 --mount type=bind,source="$(pwd)/src",target="/var/www/domain.com/public_html" IMAGE_NAME:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment