Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-15 00:13:13 +00:00
parent d0d0a703c0
commit 0372a9907d
122 changed files with 278 additions and 217 deletions

View File

@@ -5,14 +5,14 @@ source: https://github.com/tldr-pages/tldr.git
---
# dockerd
> A persistent process to start and manage docker containers.
> A persistent process to start and manage Docker containers.
> More information: <https://docs.docker.com/engine/reference/commandline/dockerd/>.
- Run docker daemon:
- Run Docker daemon:
`dockerd`
- Run docker daemon and configure it to listen to specific sockets (UNIX and TCP):
- Run Docker daemon and configure it to listen to specific sockets (UNIX and TCP):
`dockerd --host unix://{{path/to/tmp.sock}} --host tcp://{{ip}}`