Part 17: GCP: Docker: How to deploy a web server with a single command ?
What it feels like if you run a command and your webserver is live. Lets see the usage of containers and cloud shell i.e. GCP. 1. Run below command in...
What it feels like if you run a command and your webserver is live. Lets see the usage of containers and cloud shell i.e. GCP. 1. Run below command in...
In this post, we will look how to use docker-compose.yml file to deploy multiple containers of an application. Setup LAMP Server ### Create directories and file structure $ touch docker-compose.yml...
In this part, we will look at an interesting example to deploy multiple containers just by docker compose file. We don’t need to do anything just need to write our...