mirror of
https://github.com/docker/cli.git
synced 2026-08-31 02:24:13 -05:00
9f8a6e47d8a0a8e1fd7dd48b95ea8ee5720af9d3
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
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%