Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 649 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 649 Bytes

About this project

This project is an experimental attempt to provide a simplified interface for turning docker containers on and off, while avoiding too many technical details.

As the project is still in the experimental stage, it is not recommended for use in a production environment.

How to build the docker image

Clone the project

git clone https://github.com/Damien-Ar/web-docker.git

Enter the directory and run the following command in the web-docker directory

docker compose build

How to launch the project with docker compose

Run the following command in the web-docker directory

docker compose up