Member-only story
Docker
Docker is an open platform for developing, shipping, and running applications. With Docker, you can separate your applications from your infrastructure and treat your infrastructure like a managed application.
Docker helps you ship code faster, test faster, deploy faster, and shorten the cycle between writing code and running code. Docker does this by combining kernel containerization features with workflows and tooling that helps you manage and deploy your applications.
Docker containers can be directly used in Kubernetes, which allows them to be run in the Kubernetes Engine with ease.
In the below video, you will learn how to do the following:
- How to build, run, and debug Docker containers.
- How to pull Docker images from Docker Hub and Google Artifact Registry.
- How to push Docker images to Google Artifact Registry.
Video Link: https://www.youtube.com/watch?v=oEVF0F16AZg
Steps
Task 1. Hello world Container
Task 2. Build
Task 3. Run
Task 4. Debug
Task 5. Publish
Done !!!
If you want to know more, you can refer to the below docs
Thank you :)