#Nginx Image My Docker Images
positron/nginx, positron/nginx:latest
Network Mode = host
docker-compose
nginx:
container_name: "nginx"
image: positron/nginx
restart: always
privileged: true
volumes:
- /var/www:/var/www
network_mode: "host"
.
build
docker build -t positron/nginx -t positron/nginx:latest /var/www/.docker/nginx/ --no-cache=true
push
docker push positron/nginx
.
for Jarm.com's Server https://jarm.com
Content type
Image
Digest
Size
42.3 MB
Last updated
over 8 years ago
docker pull positron/nginx