Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-29 00:18:58 +00:00
parent fe793953f8
commit 862ca9db69
11 changed files with 11 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker service
> Manage the services on a Docker daemon.
> More information: <https://docs.docker.com/engine/reference/commandline/service/>.
> More information: <https://docs.docker.com/reference/cli/docker/service/>.
- List the services on a Docker daemon:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker-slim
> Analyze and optimize Docker images.
> More information: <https://github.com/docker-slim/docker-slim>.
> More information: <https://github.com/slimtoolkit/slim>.
- Start DockerSlim on interactive mode:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker start
> Start stopped containers.
> More information: <https://docs.docker.com/engine/reference/commandline/start/>.
> More information: <https://docs.docker.com/reference/cli/docker/container/start/>.
- Display help:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker stats
> Display a live stream of resource usage statistics for containers.
> More information: <https://docs.docker.com/engine/reference/commandline/stats/>.
> More information: <https://docs.docker.com/reference/cli/docker/container/stats/>.
- Display a live stream for the statistics of all running containers:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker system
> Manage Docker data and display system-wide information.
> More information: <https://docs.docker.com/engine/reference/commandline/system/>.
> More information: <https://docs.docker.com/reference/cli/docker/system/>.
- Display help:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker tag
> Assign tags to existing Docker images.
> More information: <https://docs.docker.com/engine/reference/commandline/tag/>.
> More information: <https://docs.docker.com/reference/cli/docker/image/tag/>.
- Assign a name and tag to a specific image ID:

View File

@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# hugo
> Template-based static site generator. Uses modules, components, and themes.
> Some subcommands such as `server` have their own usage documentation.
> More information: <https://gohugo.io>.
- Create a new Hugo site:

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Manage Linode cloud services.
> Some subcommands such as `events` have their own usage documentation.
> More information: <https://www.linode.com/docs/products/tools/cli/get-started/>.
> More information: <https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>.
- List all Linodes:

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Manage Linode events.
> See also: `linode-cli`.
> More information: <https://www.linode.com/docs/products/tools/cli/guides/events/>.
> More information: <https://techdocs.akamai.com/cloud-computing/docs/cli-commands-for-viewing-events>.
- List the events on your account:

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Manage Linode Support Tickets.
> See also: `linode-cli`.
> More information: <https://www.linode.com/docs/products/tools/cli/guides/account/>.
> More information: <https://techdocs.akamai.com/cloud-computing/docs/cli-commands-for-account-management>.
- List your Support Tickets:

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Change Unix-style line endings to macOS-style.
> Replaces LF with CR.
> See also `unix2dos`, `dos2unix`, and `mac2unix`.
> Informasi lebih lanjut: <https://manned.org/unix2mac>.
> More information: <https://manned.org/unix2mac>.
- Change the line endings of a file: