Skip to content

Instantly share code, notes, and snippets.

@AlexanderAllen
Created January 31, 2020 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexanderAllen/3cb7a4b298edd6e7e802c324f7615778 to your computer and use it in GitHub Desktop.
Save AlexanderAllen/3cb7a4b298edd6e7e802c324f7615778 to your computer and use it in GitHub Desktop.
Docker workload excerpt
# The php files are mounted from the host so access is slow.
slow: pull www
docker run --rm --name symfony-demo -p 8080:8080 -v $(shell pwd)/www:/var/www djs55/symfony-demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment