mirror of
https://github.com/docker/cli.git
synced 2025-07-05 13:21:14 +03:00
these markdown files are not consumed directly in the docs, but only their content is included through the YAML does, so there's no need to have these comments in them Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
29 lines
489 B
Markdown
29 lines
489 B
Markdown
---
|
|
title: "system"
|
|
description: "The system command description and usage"
|
|
keywords: "system"
|
|
---
|
|
|
|
# system
|
|
|
|
```markdown
|
|
Usage: docker system COMMAND
|
|
|
|
Manage Docker
|
|
|
|
Options:
|
|
--help Print usage
|
|
|
|
Commands:
|
|
df Show docker disk usage
|
|
events Get real time events from the server
|
|
info Display system-wide information
|
|
prune Remove unused data
|
|
|
|
Run 'docker system COMMAND --help' for more information on a command.
|
|
```
|
|
|
|
## Description
|
|
|
|
Manage Docker.
|