mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
This creates a container by copying the corresponding files from the layers into the containers. This is not gonna be very useful on a developer setup, as there is no copy-on-write or general diskspace sharing. It also makes container instantiation slower. However, it may be useful in deployment where we don't always have a lot of containers running (long-running daemons) and where we don't do a lot of docker commits. Upstream-commit: 43a7d3d0e9e2fafcdc90cb84855e1bb3869d2729 Component: engine