Skip to content

LouisTrilles/Docker-Popeye

Repository files navigation

🐬 Popeye Docker | Louis Trilles

MIT License

The purpose of the Docker project is to familiarize ourselves with containers.

3 Dockerfiles and 1 Dockercompose had to be made in 4 days to make the project work.

πŸ“š Documentation

You will find with the repository, a documentation written by me which resumes the functioning of Docker, and how I had to adapt the files provided by Epitech so that they are functional with the docker-compose.

Also, the subject is available if you wish to consult it.

βš™οΈ Docker commands

To deploy this project run:

  docker-compose up --build

Check if the container is running:

  docker ps -a

Shut down all containers:

  docker-compose down -v

Delete all containers (including volumes, images):

  docker system prune -a --volumes

Result of my.epitech.eu

Images Build and test Percentage
Poll βœ”οΈ 100%
Result βœ”οΈ 100%
Worker βœ”οΈ 100%
Docker Compose Build and test Percentage
Service poll βœ”οΈ 100%
Service redis βœ”οΈ 100%
Service worker βœ”οΈ 100%
Service db βœ”οΈ 100%
Service result βœ”οΈ 100%
Volumes βœ”οΈ 100%
Networks βœ”οΈ 100%

πŸ“¬ Contact

linkedin

About

Beware of the -42 Epitech students 😊

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published