mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 04:57:24 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# docker login
|
# docker login
|
||||||
|
|
||||||
> Log into a Docker registry.
|
> Log into a Docker registry.
|
||||||
> More information: <https://docs.docker.com/engine/reference/commandline/login/>.
|
> More information: <https://docs.docker.com/reference/cli/docker/login/>.
|
||||||
|
|
||||||
- Interactively log into a registry:
|
- Interactively log into a registry:
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# docker logs
|
# docker logs
|
||||||
|
|
||||||
> Print container logs.
|
> Print container logs.
|
||||||
> More information: <https://docs.docker.com/engine/reference/commandline/logs>.
|
> More information: <https://docs.docker.com/reference/cli/docker/container/logs/>.
|
||||||
|
|
||||||
- Print logs from a container:
|
- Print logs from a container:
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# docker network
|
# docker network
|
||||||
|
|
||||||
> Create and manage Docker networks.
|
> Create and manage Docker networks.
|
||||||
> More information: <https://docs.docker.com/engine/reference/commandline/network/>.
|
> More information: <https://docs.docker.com/reference/cli/docker/network/>.
|
||||||
|
|
||||||
- List all available and configured networks on Docker daemon:
|
- List all available and configured networks on Docker daemon:
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
> DNS client for Humans.
|
> DNS client for Humans.
|
||||||
> Written in Golang.
|
> Written in Golang.
|
||||||
> More information: <https://doggo.mrkaran.dev>.
|
> More information: <https://github.com/mr-karan/doggo>.
|
||||||
|
|
||||||
- Perform a simple DNS lookup:
|
- Perform a simple DNS lookup:
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Filter messages within a time range (either timestamp or placeholders like "yesterday"):
|
- Filter messages within a time range (either timestamp or placeholders like "yesterday"):
|
||||||
|
|
||||||
`journalctl --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
|
`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"`
|
||||||
|
|
||||||
- Show all messages by a specific process:
|
- Show all messages by a specific process:
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
> Display the last part of a file.
|
> Display the last part of a file.
|
||||||
> See also: `head`.
|
> See also: `head`.
|
||||||
> More information: <https://keith.github.io/tail.1.html>.
|
> More information: <https://keith.github.io/xcode-man-pages/tail.1.html>.
|
||||||
|
|
||||||
- Show last 'count' lines in file:
|
- Show last 'count' lines in file:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user