mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07: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.