Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)

Cesar De la Torre 2017-02-20 21:38:10 -08:00
parent 5adb4a437b
commit 7fab253aea

@ -115,7 +115,7 @@ These steps are easily performed by running a convenient script already created
<img src="img/cli-windows/build-bits-3-catalog-bits.png">
### Buil Images and Deploy containers into your Docker host
### Build Images and Deploy containers into your Docker host
You can build the Docker images and deploy the containers to a regularDocker host by using the Docker CLI tool `docker-compose up` which is very convenient for multi-container applications as it can build all the Docker images for you and then spin-up all the multiple containers of your application, all with a single command.
If you don't want to deploy the containers but only build the images, you can do so by running `docker-compose build`
These are the steps: