Docker setup
Last modified on Tue 30 Dec 2025

If you are using Docker for your projects, you can use the following tools to help you with your development.

Docker Compose

Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application's services. Then, with a single command, you create and start all the services from your configuration.

To learn more about Docker Compose, please refer to the official documentation.

Docker Desktop

Docker Desktop is a tool for managing Docker containers and images. It provides a GUI for managing your containers and images, as well as a CLI for managing your containers and images.

To learn more about Docker Desktop, please refer to the official documentation.