This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
issues with docker cp #777
Comments
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Sep 24, 2018
This reverts commit 8a6d383. Don't remove all directories in the shared directory because `docker cp` re-mounts all the mount points specified in the config.json causing serious problems in the host. fixes kata-containers#777
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Sep 24, 2018
This reverts commit 8a6d383. Don't remove all directories in the shared directory because `docker cp` re-mounts all the mount points specified in the config.json causing serious problems in the host. fixes kata-containers#777
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Sep 24, 2018
This reverts commit 8a6d383. Don't remove all directories in the shared directory because `docker cp` re-mounts all the mount points specified in the config.json causing serious problems in the host. fixes kata-containers#777
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Sep 24, 2018
This reverts commit 8a6d383. Don't remove all directories in the shared directory because `docker cp` re-mounts all the mount points specified in the config.json causing serious problems in the host. fixes kata-containers#777
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Sep 24, 2018
This reverts commit 8a6d383. Don't remove all directories in the shared directory because `docker cp` re-mounts all the mount points specified in the config.json causing serious problems in the host. fixes kata-containers#777 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Sep 24, 2018
This reverts commit 8a6d383. Don't remove all directories in the shared directory because `docker cp` re-mounts all the mount points specified in the config.json causing serious problems in the host. fixes kata-containers#777 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Sep 24, 2018
This reverts commit 8a6d383. Don't remove all directories in the shared directory because `docker cp` re-mounts all the mount points specified in the config.json causing serious problems in the host. fixes kata-containers#777 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Sep 24, 2018
This reverts commit 8a6d383. Don't remove all directories in the shared directory because `docker cp` re-mounts all the mount points specified in the config.json causing serious problems in the host. fixes kata-containers#777 Signed-off-by: Julio Montes <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
docker cp
re-mounts all files and directories specified in the config.json, hence shared directory shouldn't be removed recursively to avoid issues in the hostThe text was updated successfully, but these errors were encountered: