File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ It does not necessarily mean that the corresponding features are missing in cont
34
34
- [ :whale : nerdctl attach] ( #whale-nerdctl-attach )
35
35
- [ :whale : nerdctl container prune] ( #whale-nerdctl-container-prune )
36
36
- [ :whale : nerdctl diff] ( #whale-nerdctl-diff )
37
+ - [ :whale : nerdctl export] ( #whale-nerdctl-export )
37
38
- [ Build] ( #build )
38
39
- [ :whale : nerdctl build] ( #whale-nerdctl-build )
39
40
- [ :whale : nerdctl commit] ( #whale-nerdctl-commit )
@@ -719,6 +720,12 @@ Inspect changes to files or directories on a container's filesystem
719
720
720
721
Usage: ` nerdctl diff CONTAINER `
721
722
723
+ ### :whale : nerdctl export
724
+
725
+ Export a containers filesystem as a tar archive.
726
+
727
+ Usage: ` nerdctl export CONTAINER `
728
+
722
729
## Build
723
730
724
731
### :whale : nerdctl build
@@ -1814,7 +1821,7 @@ Container management:
1814
1821
1815
1822
Image:
1816
1823
1817
- - ` docker export ` and ` docker import`
1824
+ - ` docker import `
1818
1825
- ` 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 ) .)
1819
1826
- ` docker manifest * `
1820
1827
You can’t perform that action at this time.
0 commit comments