mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +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.