0% found this document useful (0 votes)
2 views

docker

This document provides a command for running a Docker container with specific configurations for an NGINX web server. It includes environment variables, volume mounts, network settings, and labels for Docker Compose. The command is executed in detached mode using the NGINX Alpine image.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

docker

This document provides a command for running a Docker container with specific configurations for an NGINX web server. It includes environment variables, volume mounts, network settings, and labels for Docker Compose. The command is executed in detached mode using the NGINX Alpine image.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

docker run --hostname=c00047667559 --user=1000:1000

--env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --
env=NGINX_VERSION=1.27.3 --env=PKG_RELEASE=1 --env=DYNPKG_RELEASE=1 --
env=NJS_VERSION=0.8.7 --env=NJS_RELEASE=1 --volume=D:\lizmap-docker-compose-master\
lizmap\var\log\nginx:/var/log/nginx:rw --volume=D:\lizmap-docker-compose-master\
lizmap\var\nginx-cache:/var/cache/nginx:rw --volume=D:\lizmap-docker-compose-
master\lizmap:/srv/lizmap:rw --volume=D:\lizmap-docker-compose-master\lizmap\etc\
nginx.conf:/etc/nginx/nginx.conf:rw --network=lizmap-docker-compose-master_default
--workdir=/ -p 8090:8080 --restart=no --label='com.docker.compose.config-
hash=acce69b505d9d3d595dea3e4f045fe60405fcce3508988213818b7a4210a56d1' --
label='com.docker.compose.container-number=1' --
label='com.docker.compose.depends_on=lizmap:service_started:false' --
label='com.docker.compose.image=sha256:814a8e88df978ade80e584cc5b333144b9372a8e3c98
872d07137dbf3b44d0e4' --label='com.docker.compose.oneoff=False' --
label='com.docker.compose.project=lizmap-docker-compose-master' --
label='com.docker.compose.project.config_files=D:\lizmap-docker-compose-master\
docker-compose.yml' --label='com.docker.compose.project.environment_file=D:\lizmap-
docker-compose-master\.env.windows' --
label='com.docker.compose.project.working_dir=D:\lizmap-docker-compose-master' --
label='com.docker.compose.service=web' --label='com.docker.compose.version=2.31.0'
--label='maintainer=NGINX Docker Maintainers <[email protected]>' --
runtime=runc -d nginx:alpine

You might also like