拉取镜像:
docker pull hntjb/nginx:镜像版本号
启动镜像:
docker run -d \
-p 80:80 \
-v /var/www/html:/usr/local/nginx/html \
--link php7:php7 \
--privileged=true \
--restart=unless-stopped \
--name nginx \
hntjb/nginx:镜像版本号
Content type
Image
Digest
sha256:365ecd5ed…
Size
231.6 MB
Last updated
about 4 years ago
docker pull hntjb/nginx:1.11.5