mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 21:00:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# docker service
|
# docker service
|
||||||
|
|
||||||
> Manage the services on a Docker daemon.
|
> 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:
|
- List the services on a Docker daemon:
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# docker-slim
|
# docker-slim
|
||||||
|
|
||||||
> Analyze and optimize Docker images.
|
> 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:
|
- Start DockerSlim on interactive mode:
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# docker start
|
# docker start
|
||||||
|
|
||||||
> Start stopped containers.
|
> 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:
|
- Display help:
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# docker stats
|
# docker stats
|
||||||
|
|
||||||
> Display a live stream of resource usage statistics for containers.
|
> 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:
|
- 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
|
# docker system
|
||||||
|
|
||||||
> Manage Docker data and display system-wide information.
|
> 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:
|
- Display help:
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# docker tag
|
# docker tag
|
||||||
|
|
||||||
> Assign tags to existing Docker images.
|
> 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:
|
- Assign a name and tag to a specific image ID:
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# hugo
|
# hugo
|
||||||
|
|
||||||
> Template-based static site generator. Uses modules, components, and themes.
|
> 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>.
|
> More information: <https://gohugo.io>.
|
||||||
|
|
||||||
- Create a new Hugo site:
|
- Create a new Hugo site:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
> Manage Linode cloud services.
|
> Manage Linode cloud services.
|
||||||
> Some subcommands such as `events` have their own usage documentation.
|
> 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:
|
- List all Linodes:
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
> Manage Linode events.
|
> Manage Linode events.
|
||||||
> See also: `linode-cli`.
|
> 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:
|
- List the events on your account:
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
> Manage Linode Support Tickets.
|
> Manage Linode Support Tickets.
|
||||||
> See also: `linode-cli`.
|
> 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:
|
- List your Support Tickets:
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
> Change Unix-style line endings to macOS-style.
|
> Change Unix-style line endings to macOS-style.
|
||||||
> Replaces LF with CR.
|
> Replaces LF with CR.
|
||||||
> See also `unix2dos`, `dos2unix`, and `mac2unix`.
|
> 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:
|
- Change the line endings of a file:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user