From 0a04bb9bd5f5d5a3687cee72b2f5f92a35049ffd Mon Sep 17 00:00:00 2001 From: Alisandra Denton <alisandra.denton@hhu.de> Date: Thu, 1 Sep 2022 09:29:06 +0000 Subject: [PATCH] add permission inheritance --- TakeHome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TakeHome.md b/TakeHome.md index d4ba188..2388bef 100644 --- a/TakeHome.md +++ b/TakeHome.md @@ -85,7 +85,7 @@ Docker to run a public facing web server, the risks could be worse. 2. Download pre-built image from course from sciebo `rnaseq_docker.tar.gz` 3. Load into Docker: `docker image load -i rnaseq_docker.tar.gz` 4. Set permissions on your data directory (here `rnaseq-workshop`) to be - and stay permissive: `setfacl TODO # can just use chmod 777 if you want to test right now` + and stay permissive: `setfacl --recursive --modify other::rwX,default:other::rwX rnaseq-workshop` 5. Run `docker run -it --name rnalive --mount type=bind,source="$(pwd)"/rnaseq-workshop,target=/home/zim-gast/rnaseq-workshop rnaseq:latest` 6. All info on adjusting directories, retrying, resuming, and maybe needing `sudo` is the same as for the other Docker option above. -- GitLab