Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 524 Bytes

File metadata and controls

17 lines (9 loc) · 524 Bytes

Docker compose usage

Open a new terminal within the project directory and run:

  1. Build the images: docker-compose -f docker-compose-build.yaml build --parallel --pull --force-rm

dockercomposebuild

  1. Check images available : docker images

dockerimages

  1. Push the images: docker-compose -f docker-compose-build.yaml push

  2. Run the containers: docker-compose up

dockercomposeup