This Nginx docker file is for HyperFrame Open Edition.
Docker 20.10.18 (Workspace version, recommended)
${pwd}
|- nginx_1.20
| |- Dockerfile_list # Dockerfile list directory
| | |-<dockerfile_version> ... # Dockerfile version
| | | |- Dockerfile
| |- conf # Configuration directory
| | |- nginx.conf # Main configuration file
| |- license # license directory
| | |- LICENSE # Nginx license
| |- ssl # ssl directory
| | |- server.crt # Self-signed sample certificate
| | |- server.key # Private sample key for SSL certificate
| | |- ssl_passwd # Script for setting passwords for sample SSL keys
| |- CHANGES
| |- [latest]Dockerfile
| |- start.sh
-- README.md1. Go to the following site: https://github.com/TmaxSoftOfficial/HyperFrame-Nginx-Image.
4. Place the Dockerfile and start.sh files and the conf, license, and ssl directories in the same path.
$ docker build -t <create image_name>:<image_version> .$ docker run -d -p 8080:80 -p 443:443 <image_name>:<image_version>- It can be searched from Docker Hub (https://hub.docker.com/repository/docker/tmaxsoftofficial/hyperframeoe-nginx) or with the following docker search command.
$ docker search hyperframeoe-nginx$ docker pull tmaxsoftofficial/hyperframeoe-nginx:latest$ docker build -t tmaxsoftofficial/hyperframeoe-nginx:latest .$ docker run -d -p 8080:80 -p 443:443 tmaxsoftofficial/hyperframeoe-nginx:latestProjects are licensed under the BSD license. See the License file.
HyperFrame OE, Nginx 1.20.1 (latest)