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