Ensure that Docker is installed on your system. You can download Docker for your specific system here.
Recommendation:
Use the provided Makefile to manage the containers. If you don't have GNU Make installed you can do that by using you favorite package-manager:
MacOS: Homebrew
Windows: Chocolatey
Linux: you know what you are doing ;)
Initially use make create
to create the containers and run the installation. After that you can use make start
to start the containers and make stop
to stop them.
make create
to install the packages. After that you can use make start
again.
Note: If you are already familiar with Docker you can use the specific commands to start and manage the containers.