Skip to content

Commit

Permalink
vault backup: 2024-06-14 22:54:38
Browse files Browse the repository at this point in the history
Affected files:
content/.obsidian/plugins/recent-files-obsidian/data.json
content/.obsidian/workspace.json
content/docker/Docker CLI Commands.md
  • Loading branch information
windsuzu committed Jun 14, 2024
1 parent 7b2be83 commit 337a8fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
16 changes: 8 additions & 8 deletions content/.obsidian/plugins/recent-files-obsidian/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@
"basename": "Docker CLI Commands",
"path": "docker/Docker CLI Commands.md"
},
{
"basename": "Docker IT flags",
"path": "docker/Docker IT flags.md"
},
{
"basename": "Docker",
"path": "docker/Docker.md"
},
{
"basename": "Install Docker on Windows WSL 2",
"path": "docker/Install Docker on Windows WSL 2.md"
},
{
"basename": "Docker IT flags",
"path": "docker/Docker IT flags.md"
},
{
"basename": "Docker Image",
"path": "docker/Docker Image.md"
Expand All @@ -24,10 +28,6 @@
"basename": "docker-image",
"path": "attachments/docker-image.png"
},
{
"basename": "Install Docker on Windows WSL 2",
"path": "docker/Install Docker on Windows WSL 2.md"
},
{
"basename": "docker-container",
"path": "attachments/docker-container.png"
Expand Down
6 changes: 3 additions & 3 deletions content/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,13 @@
},
"active": "94dafe9c731fce38",
"lastOpenFiles": [
"docker/Docker IT flags.md",
"docker/Docker CLI Commands.md",
"docker/Docker.md",
"docker/Install Docker on Windows WSL 2.md",
"docker/Docker IT flags.md",
"docker/Docker Image.md",
"docker/Docker Container.md",
"docker/Docker CLI Commands.md",
"attachments/docker-image.png",
"docker/Install Docker on Windows WSL 2.md",
"attachments/docker-container.png",
"attachments/how-docker-works.png",
"react/next-cache/Full Route Cache.md",
Expand Down
8 changes: 7 additions & 1 deletion content/docker/Docker CLI Commands.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
draft: false
date: 2024-06-13 00:01
date: 2024-06-14 22:24
tags:
- docker
---



## run

The `run` command from the CLI asks the [[Docker]] server to "create" and "start" a container based on the given [[docker image|image]]. If the image is not found on the local machine, server will retrieve it from the [[Docker]] Hub first.
Expand All @@ -24,7 +26,11 @@ docker run [options] image_name [command]
## create


## start



## exec
## stop and kill

Expand Down

0 comments on commit 337a8fd

Please sign in to comment.