Skip to content

Instantly share code, notes, and snippets.

View qxprakash's full-sized avatar

Prakash qxprakash

View GitHub Profile
@qxprakash
qxprakash / docker-n00b.md
Created February 7, 2024 14:38 — forked from cgthayer/docker-n00b.md
Docker Notes for n00bs

Basics

Images are read-only templates, but you can diff and push them to save many versions. Containers are instances of images, that are also directories and usually a single running process.

Images can be layered, you start from a base and make changes. Containers are versioned so that you can make changes and save the filesystem state as a new Image.