Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devenes/docker-nginx
This is a simple Nginx web server that runs on a Docker container.
https://github.com/devenes/docker-nginx
docker nginx
Last synced: 14 days ago
JSON representation
This is a simple Nginx web server that runs on a Docker container.
- Host: GitHub
- URL: https://github.com/devenes/docker-nginx
- Owner: devenes
- License: apache-2.0
- Created: 2022-05-26T01:10:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T01:21:07.000Z (over 2 years ago)
- Last Synced: 2024-11-09T07:35:31.046Z (2 months ago)
- Topics: docker, nginx
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker
About |
Technologies |
Requirements |
Starting |
License |
Author
## :dart: About ##
This is a simple Nginx web server that runs on a Docker container.
## :rocket: Technologies ##
The following tools were used in this project:
- [Docker](https://www.docker.com/)
- [Nginx](https://nginx.org/)## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Docker](https://www.docker.com/) installed.
## :checkered_flag: Starting ##
```bash
# Clone this project to your local machine
git clone https://github.com/devenes/docker-nginx.git
``````bash
# Access the project directory
cd docker-nginx
``````bash
# Build Docker image
docker build -t devenes/webapp:1 .
``````bash
# Run the image in a container
docker run --rm -i -t -d -p 8080:80 devenes/webapp:1
```## The server will initialize in the
## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.
Made with :heart: by devenes