Skip to content

Commit 662dc4d

Browse files
Updated docs
1 parent 9ae08d6 commit 662dc4d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/command-reference.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ It does not necessarily mean that the corresponding features are missing in cont
3434
- [:whale: nerdctl attach](#whale-nerdctl-attach)
3535
- [:whale: nerdctl container prune](#whale-nerdctl-container-prune)
3636
- [:whale: nerdctl diff](#whale-nerdctl-diff)
37+
- [:whale: nerdctl export](#whale-nerdctl-export)
3738
- [Build](#build)
3839
- [:whale: nerdctl build](#whale-nerdctl-build)
3940
- [:whale: nerdctl commit](#whale-nerdctl-commit)
@@ -719,6 +720,12 @@ Inspect changes to files or directories on a container's filesystem
719720

720721
Usage: `nerdctl diff CONTAINER`
721722

723+
### :whale: nerdctl export
724+
725+
Export a containers filesystem as a tar archive.
726+
727+
Usage: `nerdctl export CONTAINER`
728+
722729
## Build
723730

724731
### :whale: nerdctl build
@@ -1814,7 +1821,7 @@ Container management:
18141821

18151822
Image:
18161823

1817-
- `docker export` and `docker import`
1824+
- `docker import`
18181825
- `docker trust *` (Instead, nerdctl supports `nerdctl pull --verify=cosign|notation` and `nerdctl push --sign=cosign|notation`. See [`./cosign.md`](./cosign.md) and [`./notation.md`](./notation.md).)
18191826
- `docker manifest *`
18201827

0 commit comments

Comments
 (0)