Skip to content

Commit

Permalink
Update 2022-12-04-docker-cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
hankhjliao committed Feb 16, 2024
1 parent 963bea8 commit f161fd6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions content/blog/2022-12-04-docker-cheatsheet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ Title: Docker Cheatsheet
Date: 2022-12-04T14:20:00
Categories: Cheatsheet
Tags: docker
Slug: docker-cheatsheet
---

## Terminology

{{< figure src="docker-overview.png" caption="Docker overview (Image from https://docs.docker.com/get-started/overview/)" >}}

Registry: Where you download others’ image.
Image: Read Only. Like Snapshot in Virtual Machine.
Container: Where you run programs.
Registry: Where you download others’ image.
Image: Read Only. Like Snapshot in Virtual Machine.
Container: Where you run programs.

## Command: Container

Expand Down

0 comments on commit f161fd6

Please sign in to comment.