Created
November 18, 2020 17:51
-
-
Save jt-nti/a5ea9ae2f5fbb55313d1aafb26096c72 to your computer and use it in GitHub Desktop.
Extract nginx config file from docker image
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
docker create --name nginx nginx | |
docker cp nginx:/etc/nginx/nginx.conf ./nginx.conf | |
docker rm -f nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment