About | Technologies | Requirements | Starting | License | Author
This is a simple Nginx web server that runs on a Docker container.
The following tools were used in this project:
Before starting 🏁, you need to have Docker installed.
# Clone this project to your local machine
git clone https://github.com/devenes/docker-nginx.git
# Access the project directory
cd docker-nginx
# Build Docker image
docker build -t devenes/webapp:1 .
# Run the image in a container
docker run --rm -i -t -d -p 8080:80 devenes/webapp:1
The server will initialize in the http://localhost:8080
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by devenes