Docker - Review

Docker
Open platform that make deployment easier, faster & more reliable using standarized container technology

Docker Image:
Abstraction of lightweight, stand-alone, executable package of a pice of software that includes everyting needed to run.
To view all of your image use:
# docker images

Docker Container:
Runtime environment generated based of docker images, each image can be used to create multiple exact replica of docker contrainers. Made you easier to deploy similiar environment in a matter of seconds .
To view all of your your container use:
# docker ps

Docker Compose:
Docker feature that enable you to create "template" of multiple difference service deployment in a single execution

Bu blogdaki popüler yayınlar

@SerializedName and @Expose annotations

About Android padding, margin, width, height, wrap_content, match_parent, R Class