mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 15:52:12 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user