mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
We cannot rely on the tar command for this type of operation because tar versions, flags, and functionality can very from distro to distro. Since this is in the container execution path it is not safe to have this as a dependency from dockers POV where the user cannot change the fact that docker is adding these pre and post mount commands. Signed-off-by: Michael Crosby <crosbymichael@gmail.com> Upstream-commit: ae8ec4860e68e945cf6b2c157fa4e243c35c54a5 Component: engine