March 2020
Intermediate to advanced
392 pages
10h 10m
English
To run Docker in Google Cloud, we will use the App Engine. Google made it very easy to deploy Docker containers. Let's deploy our example app by going through the following steps:
% gcloud app deploy
You should see the following output:
Services to deploy:descriptor: [/Users/amlug/projects/Hands-On-Microservices-with-Swift-5/Chapter 14/ExampleVaporApp/app.yaml]source: [/Users/amlug/projects/Hands-On-Microservices-with-Swift-5/Chapter 14/ExampleVaporApp]target project: [microservices-266818]target service: ...
Read now
Unlock full access