The export command operates on containers, not images, so it should be listed under the container commands, not the image commands.
Signed-off-by: David Lechner <david@lechnology.com>
| ... | ... |
@@ -39,7 +39,6 @@ read the [`dockerd`](dockerd.md) reference page. |
| 39 | 39 |
|:--------|:-------------------------------------------------------------------| |
| 40 | 40 |
| [build](build.md) | Build an image from a Dockerfile | |
| 41 | 41 |
| [commit](commit.md) | Create a new image from a container's changes | |
| 42 |
-| [export](export.md) | Export a container's filesystem as a tar archive | |
|
| 43 | 42 |
| [history](history.md) | Show the history of an image | |
| 44 | 43 |
| [images](images.md) | List images | |
| 45 | 44 |
| [import](import.md) | Import the contents from a tarball to create a filesystem image | |
| ... | ... |
@@ -58,6 +57,7 @@ read the [`dockerd`](dockerd.md) reference page. |
| 58 | 58 |
| [diff](diff.md) | Inspect changes on a container's filesystem | |
| 59 | 59 |
| [events](events.md) | Get real time events from the server | |
| 60 | 60 |
| [exec](exec.md) | Run a command in a running container | |
| 61 |
+| [export](export.md) | Export a container's filesystem as a tar archive | |
|
| 61 | 62 |
| [kill](kill.md) | Kill a running container | |
| 62 | 63 |
| [logs](logs.md) | Fetch the logs of a container | |
| 63 | 64 |
| [pause](pause.md) | Pause all processes within a container | |