960 B
960 B
docker-compose
A compoise file for docker containers. You can predefine containers to run list settings applied to those containers in a docker-compose file (docker-compose.yml). When you run this file, the listed containers get set up.
The Setup
The command for running docker-comose is:
docker-compose up -d
The -d stands for run the command in the backfground and give the prompt back to the terminal. Instead of "up -d" you can also run the restart command to restart all containers listed in an compose-file.