December 2019
Intermediate to advanced
510 pages
11h 33m
English
To run the catalog service locally, we must complete the compose process from the CLI using the docker-compose command. It is possible to get an overview of the commands by running docker-compose --help.
The main commands related to the composition of a multi-container application are as follows:
We can proceed by running the catalog service using the following command:
docker-compose up --build ...