January 2019
Intermediate to advanced
520 pages
14h 32m
English
To run the application, we will use the Docker Compose tool, which has to be installed (you can find useful links in the Technical Requirements section of this chapter). If the utility installed successfully, you'll have the docker-compose command. Change the directory to a directory called docker-compose.test.yml and run the up subcommand:
docker-compose -f docker-compose.test.yml up
Thus, it will build all the images if necessary and start the application:
Creating network "deploy_default" with the default driverCreating deploy_smtp_1 ... doneCreating deploy_db_1 ... doneCreating deploy_mails_1 ... doneCreating deploy_dbsync_1 ... doneCreating deploy_users_1 ... doneCreating deploy_content_1 ... doneCreating deploy_router_1 ...
Read now
Unlock full access