Docker Basic Concepts & Commands

docker run : The docker run command is used to create a container from an image. for example, docker run ngnix command will create an instance from the image. if the image is not present on the host, it will…

Why use Docker ?

Docker lets us run each component in a separate container with its own dependencies & libraries. This let’s us run the application irrespective of the operating system we are using. What are Containers ? Containers are isolated environments, which can…

How to Upgrade/Convert ACI Switches.

Recently, for a Project I was working on. I had to add another POD to the existing ACI setup & one of the general recommendations is that the switches need to be in the same version as the existing switches…

Command Structure in Gcloud simplified.

The typical Command Structure in Gcloud is “gcloud <group> <subgroup> <action>”. “Group” is usually the service you are working with like, compute, container, config or iam etc… “Subgroup” is the component we are referring to in the group. for example,…

Command Line Interface of GCP

The Command line interface in GCP is called as Gcloud. Most GCP services can be managed from Gcloud. We can create, delete and update virtual machines, you can manage instance groups & databases etc… While there are some more service…

error: Content is protected !!