Un nuevo Refcardz de DZone de los imprescindible (más en esta tecnología tan de moda actualmente!!!):
Muy clara su tabla de conceptos Docker:
· Docker Images A recipe or template for creating Docker containers. It includes the steps for installing and running the necessary software.
· Docker Container Like a tiny virtual machine that is created from the instructions found within the Docker image originated
· Docker Client Command-line utility or other tool that takes advantage of the Docker API (https://docs.docker.com/reference/api/docker_remote_api) to communicate with a Docker daemon
· Docker Host A physical or virtual machine that is running a Docker daemon and contains cached images as well as runnable containers created from images



Deja un comentario