Skip to content

TmaxSoftOfficial/HyperFrame-Nginx-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

HyperFrameOE-Nginx-Image

This Nginx docker file is for HyperFrame Open Edition.

Prerequisites

Docker 20.10.18 (Workspace version, recommended)

Requirements

1) OS : CentOS 7

2) Nginx : Nginx 1.20.x

Directory Structure

${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.md

Installation Steps:

You can choose one of the following two installation methods.

Method 1. Using Dockerfile and binary downloaded from GitHub

2. Download the Dockerfile and binary.

3. To change the configuration, modify files under the conf directory.

4. Place the Dockerfile and start.sh files and the conf, license, and ssl directories in the same path.

5. Build a Docker Image.

$ docker build -t <create image_name>:<image_version> .

6. Generate a Container from the Image.

$ docker run -d -p 8080:80 -p 443:443 <image_name>:<image_version>

Method 2. Using Image of Docker Hub

1. Search for the Image.

$ docker search hyperframeoe-nginx

2. Pull the Image.

$ docker pull tmaxsoftofficial/hyperframeoe-nginx:latest

3. Build a Docker Image.

$ docker build -t tmaxsoftofficial/hyperframeoe-nginx:latest .

4. Generate a Container from the Image.

$ docker run -d -p 8080:80 -p 443:443 tmaxsoftofficial/hyperframeoe-nginx:latest

License

Projects are licensed under the BSD license. See the License file.

Version History

HyperFrame OE, Nginx 1.20.1 (latest)

HyperFrameOE Service Level

HyperFrameOE Service Level

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •