Created
January 31, 2020 15:41
-
-
Save AlexanderAllen/3cb7a4b298edd6e7e802c324f7615778 to your computer and use it in GitHub Desktop.
Docker workload excerpt
This file contains 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
# 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