mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 05:46:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run Docker daemon and configure it to listen to specific sockets (UNIX and TCP):
|
||||
|
||||
`dockerd --host unix://{{path/to/tmp.sock}} --host tcp://{{ip}}`
|
||||
`dockerd {{[-H|--host]}} unix://{{path/to/tmp.sock}} {{[-H|--host]}} tcp://{{ip}}`
|
||||
|
||||
- Run with specific daemon PID file:
|
||||
|
||||
`dockerd --pidfile {{path/to/pid_file}}`
|
||||
`dockerd {{[-p|--pidfile]}} {{path/to/pid_file}}`
|
||||
|
||||
- Run in debug mode:
|
||||
|
||||
`dockerd --debug`
|
||||
`dockerd {{[-D|--debug]}}`
|
||||
|
||||
- Run and set a specific log level:
|
||||
|
||||
`dockerd --log-level {{debug|info|warn|error|fatal}}`
|
||||
`dockerd {{[-l|--log-level]}} {{debug|info|warn|error|fatal}}`
|
||||
|
||||
Reference in New Issue
Block a user