上传者: yliang123
|
上传时间: 2021-01-28 04:11:32
|
文件大小: 22.25MB
|
文件类型: TAR
$ 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):