mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
into the container instead of copying them as a regular file. * Builder: ADD uses tar/untar for copies instead of calling 'cp -ar'. This is more consistent, reduces the number of dependencies, and fixe #896. Upstream-commit: 5b8287617de65d4e14ed6affb0eb46867e9ee617 Component: engine