We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342a08e commit 17442edCopy full SHA for 17442ed
tests/by_image/docker-stacks-foundation/test_run_hooks.py
@@ -82,7 +82,7 @@ def run_source_in_dir(
82
host_data_dir = THIS_DIR / subdir
83
cont_data_dir = "/home/jovyan/data"
84
# https://forums.docker.com/t/all-files-appear-as-executable-in-file-paths-using-bind-mount/99921
85
- # Unfortunately, Docker treats all files in mounter dir as executable files
+ # Unfortunately, Docker treats all files in mounted dir as executable files
86
# So we make a copy of the mounted dir inside a container
87
command = (
88
"cp -r /home/jovyan/data/ /home/jovyan/data-copy/ &&"
0 commit comments