nginx alpine.tar

zclgod94793 13 0 TAR 2020-10-31 13:10:05

$ docker run --name some-nginx -v /some/content:/usr/share/nginx/html:ro -d nginx Alternatively, a simple Dockerfile can be used to generate a new image that includes the necessary content (which is a much cleaner solution than the bind mount above):

用户评论
请输入评论内容
评分:
暂无评论