Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Here it is :
docker pull nginx
docker run --name some-nginx -v /some/content:/usr/share/nginx/html:ro -d nginx
# предполагается, что в локальной папке /some/content
# у вас лежит какой-нибудь index.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question