Docker and its important commands to manage and maintain
What is docker container and what is K8s Pod
Docker container : It is a runtime instance of docker image, it can be managed and maintained by the docker.
K8s Pods : It is an abstraction in K8s cluster which can have one or more containers within.
...
partho.hashnode.dev7 min read