Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4s4v1n/docker
Working with docker
https://github.com/4s4v1n/docker
docker docker-compose dockerfile nginx
Last synced: 1 day ago
JSON representation
Working with docker
- Host: GitHub
- URL: https://github.com/4s4v1n/docker
- Owner: 4s4v1n
- License: gpl-3.0
- Created: 2022-05-09T09:26:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T18:10:26.000Z (over 2 years ago)
- Last Synced: 2024-11-10T18:12:19.756Z (about 2 months ago)
- Topics: docker, docker-compose, dockerfile, nginx
- Language: Dockerfile
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker
![png](./images/docker.png)
## Content
This project demonstrates the ability to work with dockerfile, docker-compose and, in principle, an understanding of docker technology. There are 1 dockerfile and 1 docker-compose. An image is built using the dockerfile, with the nginx web server. Docker-compose builds 2 containers, `proxy` from the nginx image, and `telvina_server` from its own image. In the `telvina_server` container at the address http://localhost:81, a page with the inscription hello world is displayed, `proxy` proxies the address from the local machine http://localhost:80 , to port 81 inside the `telvina_server` container. That is, the call goes through a proxy server.