Docker Compose
If you are not planning on using Docker you can skip this section entirely. |
Environment setup
If your system already has Docker (we recommend at least version 18.0) and Docker Compose installed, you can safely skip this. You can checkout your Docker version by entering |
If you don’t have Docker installed, or the version is below the recommended version, download and install a Docker community edition for desktop or server or cloud that fits your environment.
docker-compose file
The docker-compose.yaml
file describes the different services, networks and storage configurations, used to configure your Docker containers.
Refer to the Docker Compose documentation for a complete reference.