Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)
parent
14c8fbbb21
commit
d947fa12c6
@ -150,8 +150,7 @@ With a single command you can deploy the whole solution into your local Docker h
|
|||||||
|
|
||||||
<img src="img/cli-windows/docker-compose-up-1.png">
|
<img src="img/cli-windows/docker-compose-up-1.png">
|
||||||
|
|
||||||
Note that if you didn't previously run `docker-compose build`, the first time you try to run any container (with docker run or docker-compose) it detects that it needs the base images you are using, like the SQL Server image and the Redis image, so it will pull or download those base images from the Internet, from the public repo at the Docker registry named DOCKER HUB, by pulling the "microsoft/mssql-server-linux" which is the base image for the SQL Server for Linux on containers, and the "library/redis" which is the base Redis image. Therefore, the first time you run docker-compose it might take a few minutes pulling those images before it spins up your custom containers.
|
Note that the first time you try to run any container (with docker run or docker-compose) it detects that it needs the base images you are using, like the SQL Server image and the Redis image, so it will pull or download those base images from the Internet, from the public repo at the Docker registry named DOCKER HUB, by pulling the "microsoft/mssql-server-linux" which is the base image for the SQL Server for Linux on containers, and the "library/redis" which is the base Redis image. Therefore, the first time you run docker-compose it might take a few minutes pulling those images before it spins up your custom containers.
|
||||||
The next time you run docker-compose up, since it'll have those base images already pulled/downloaded, it will be much faster.
|
|
||||||
|
|
||||||
Finally, you can see how the scripts waits after deploying all the containers:
|
Finally, you can see how the scripts waits after deploying all the containers:
|
||||||
<img src="img/cli-windows/docker-compose-up-1.2.png">
|
<img src="img/cli-windows/docker-compose-up-1.2.png">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user