Tag: Dockers
-
Dockers
Dockers is a container standard maintained by OSI (open source initiates), docker client uses docker API to connect to the docker daemon which does all the heavy lifting. The docker daemon will host docker images which are pulled up from the docker registry. The containers will be running on docker images which are lightweight machine images. Docker client –> API –>docker daemon –>docker image -Container The…