docs: commandline/index.md: reformat tables

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-03-29 23:51:04 +02:00
parent 1ca6b84055
commit f00c06f6c6
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 128 additions and 127 deletions

View File

@ -21,7 +21,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Docker management commands ### Docker management commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:----------------------|:-----------------------------------------------------|
| [dockerd](dockerd.md) | Launch the Docker daemon | | [dockerd](dockerd.md) | Launch the Docker daemon |
| [info](info.md) | Display system-wide information | | [info](info.md) | Display system-wide information |
| [inspect](inspect.md) | Return low-level information on a container or image | | [inspect](inspect.md) | Return low-level information on a container or image |
@ -31,7 +31,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Image commands ### Image commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:------------------------------|:----------------------------------------------------------------|
| [build](build.md) | Build an image from a Dockerfile | | [build](build.md) | Build an image from a Dockerfile |
| [commit](commit.md) | Create a new image from a container's changes | | [commit](commit.md) | Create a new image from a container's changes |
| [history](history.md) | Show the history of an image | | [history](history.md) | Show the history of an image |
@ -46,7 +46,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Container commands ### Container commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:--------------------------------------|:-----------------------------------------------------------------|
| [attach](attach.md) | Attach to a running container | | [attach](attach.md) | Attach to a running container |
| [container prune](container_prune.md) | Remove all stopped containers | | [container prune](container_prune.md) | Remove all stopped containers |
| [cp](cp.md) | Copy files/folders from a container to a HOSTDIR or to STDOUT | | [cp](cp.md) | Copy files/folders from a container to a HOSTDIR or to STDOUT |
@ -75,7 +75,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Hub and registry commands ### Hub and registry commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:--------------------|:-----------------------------------------------------------------------|
| [login](login.md) | Register or log in to a Docker registry | | [login](login.md) | Register or log in to a Docker registry |
| [logout](logout.md) | Log out from a Docker registry | | [logout](logout.md) | Log out from a Docker registry |
| [pull](pull.md) | Pull an image or a repository from a Docker registry | | [pull](pull.md) | Pull an image or a repository from a Docker registry |
@ -85,7 +85,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Network and connectivity commands ### Network and connectivity commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:--------------------------------------------|:-------------------------------------------------------|
| [network connect](network_connect.md) | Connect a container to a network | | [network connect](network_connect.md) | Connect a container to a network |
| [network create](network_create.md) | Create a new network | | [network create](network_create.md) | Create a new network |
| [network disconnect](network_disconnect.md) | Disconnect a container from a network | | [network disconnect](network_disconnect.md) | Disconnect a container from a network |
@ -97,7 +97,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Shared data volume commands ### Shared data volume commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:------------------------------------|:-----------------------------------------------------------------|
| [volume create](volume_create.md) | Creates a new volume where containers can consume and store data | | [volume create](volume_create.md) | Creates a new volume where containers can consume and store data |
| [volume inspect](volume_inspect.md) | Display information about a volume | | [volume inspect](volume_inspect.md) | Display information about a volume |
| [volume ls](volume_ls.md) | Lists all the volumes Docker knows about | | [volume ls](volume_ls.md) | Lists all the volumes Docker knows about |
@ -107,7 +107,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Swarm node commands ### Swarm node commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:--------------------------------|:--------------------------------------------------------------|
| [node demote](node_demote.md) | Demotes an existing manager so that it is no longer a manager | | [node demote](node_demote.md) | Demotes an existing manager so that it is no longer a manager |
| [node inspect](node_inspect.md) | Inspect a node in the swarm | | [node inspect](node_inspect.md) | Inspect a node in the swarm |
| [node ls](node_ls.md) | List nodes in the swarm | | [node ls](node_ls.md) | List nodes in the swarm |
@ -119,7 +119,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Swarm management commands ### Swarm management commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:----------------------------------------|:----------------------------------------------|
| [swarm init](swarm_init.md) | Initialize a swarm | | [swarm init](swarm_init.md) | Initialize a swarm |
| [swarm join](swarm_join.md) | Join a swarm as a manager node or worker node | | [swarm join](swarm_join.md) | Join a swarm as a manager node or worker node |
| [swarm leave](swarm_leave.md) | Remove the current node from the swarm | | [swarm leave](swarm_leave.md) | Remove the current node from the swarm |
@ -131,7 +131,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Swarm service commands ### Swarm service commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:--------------------------------------|:----------------------------------------------------------------|
| [service create](service_create.md) | Create a new service | | [service create](service_create.md) | Create a new service |
| [service inspect](service_inspect.md) | Inspect a service | | [service inspect](service_inspect.md) | Inspect a service |
| [service logs](service_logs.md) | Fetch the logs of a service or task | | [service logs](service_logs.md) | Fetch the logs of a service or task |
@ -144,7 +144,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Swarm secret commands ### Swarm secret commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:-------------------------------------|:------------------------------------------------|
| [secret create](secret_create.md) | Create a secret from a file or STDIN as content | | [secret create](secret_create.md) | Create a secret from a file or STDIN as content |
| [secret inspect](service_inspect.md) | Inspect the specified secret | | [secret inspect](service_inspect.md) | Inspect the specified secret |
| [secret ls](secret_ls.md) | List secrets in the swarm | | [secret ls](secret_ls.md) | List secrets in the swarm |
@ -153,7 +153,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Swarm stack commands ### Swarm stack commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:------------------------------------|:-----------------------------------------------|
| [stack deploy](stack_deploy.md) | Deploy a new stack or update an existing stack | | [stack deploy](stack_deploy.md) | Deploy a new stack or update an existing stack |
| [stack ls](stack_ls.md) | List stacks in the swarm | | [stack ls](stack_ls.md) | List stacks in the swarm |
| [stack ps](stack_ps.md) | List the tasks in the stack | | [stack ps](stack_ps.md) | List the tasks in the stack |
@ -163,7 +163,7 @@ read the [`dockerd`](dockerd.md) reference page.
### Plugin commands ### Plugin commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:------------------------------------|:------------------------------------------------|
| [plugin create](plugin_create.md) | Create a plugin from a rootfs and configuration | | [plugin create](plugin_create.md) | Create a plugin from a rootfs and configuration |
| [plugin disable](plugin_disable.md) | Disable a plugin | | [plugin disable](plugin_disable.md) | Disable a plugin |
| [plugin enable](plugin_enable.md) | Enable a plugin | | [plugin enable](plugin_enable.md) | Enable a plugin |
@ -175,8 +175,9 @@ read the [`dockerd`](dockerd.md) reference page.
| [plugin set](plugin_set.md) | Change settings for a plugin | | [plugin set](plugin_set.md) | Change settings for a plugin |
### Context commands ### Context commands
| Command | Description | | Command | Description |
|:--------|:-------------------------------------------------------------------| |:--------------------------------------|:-------------------------------|
| [context create](context_create.md) | Create a context | | [context create](context_create.md) | Create a context |
| [context export](context_export.md) | Export a context | | [context export](context_export.md) | Export a context |
| [context import](context_import.md) | Import a context | | [context import](context_import.md) | Import a context |