A Quick Guide to Docker Terminology

A Quick Guide to Docker Terminology

New to Docker and wondering what the different terms in the container ecosystem mean? Keep reading for a primer on Docker terminology. Docker terminology may not be as confusing as, say, words ...
Docker Registry Deployment Patterns

Docker Registry Deployment Patterns

A container registry is best thought of as an artifact store for Docker images. Once your CI system has validated the container image for behavior, performance, content and security, it needs a ...