# docker-nginx **Repository Path**: cc_niubility/docker-nginx ## Basic Information - **Project Name**: docker-nginx - **Description**: No description available - **Primary Language**: Lua - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-03 - **Last Updated**: 2022-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-nginx # build image docker build -t nginx_chaochen:1.0.5 ./ # start the image and run as container docker run -d -p 80:80 -p 443:443 -p 18080:18080 --name nginx5 nginx_chaochen:1.0.5 # enter container and show with shell docker exec -it ContainerId bash