You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `nerdctl create` command similar to `nerdctl run -d` except the container is never started. You can then use the `nerdctl start <container_id>` command to start the container at any point.
625
628
629
+
### :whale: nerdctl cp
630
+
Copy files/folders between a running container and the local filesystem
-:whale:`-L, --follow-link` Always follow symbol link in SRC_PATH.
638
+
-:whale:`-a, --archive` Archive mode (copy all uid/gid information).
639
+
-:nerd_face:`-q, --quiet` Suppress progress output during copy. Progress output is automatically suppressed if no terminal is attached.
640
+
-:warning: This command is not designed to be used with untrusted containers. Unexpected behavior of `nerdctl cp` are not treated as a vulnerability. Users must be conscious of that.
641
+
642
+
626
643
### :whale::blue_square: nerdctl ps
627
644
List containers.
628
645
@@ -1414,7 +1431,6 @@ See [`./docs/config.md`](./docs/config.md).
0 commit comments