Created
December 11, 2017 11:32
-
-
Save brk3/10255fed5ec37d8096d4ac23472aff87 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
docker run --name nginx -v $(pwd):/usr/share/nginx/html:ro \ | |
-v $(pwd)/default.conf:/etc/nginx/conf.d/default.conf:ro -p 8080:80 -d nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment