Docker Cheatsheet
Docker Architecture
DevOps architecture consists of five main entities, namely, registry, image, container, daemon, and client.
Registry: It hosts public and official images. The Docker registry that we use is Docker Hub.
Image: It can be downloade...
shashi007.hashnode.dev4 min read