https://github.com/kadasz/image-nginx
🐳 Docker image of the nginx based on baseimage-docker
https://github.com/kadasz/image-nginx
docker docker-nginx image-nginx nginx runit-nginx
Last synced: 3 months ago
JSON representation
🐳 Docker image of the nginx based on baseimage-docker
- Host: GitHub
- URL: https://github.com/kadasz/image-nginx
- Owner: kadasz
- Created: 2020-07-28T09:09:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T08:45:16.000Z (over 4 years ago)
- Last Synced: 2025-01-03T14:50:16.484Z (5 months ago)
- Topics: docker, docker-nginx, image-nginx, nginx, runit-nginx
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# image-nginx
Setup of nginx http server into docker
## How use this image
### Pull the image from Docker Hub
  
```
docker pull kadasz/image-nginx
```### Build the image
```
git clone https://github.com/kadasz/image-nginx.git
cd image-nginx
docker build -t kadasz/image-nginx .