From c5246c0107f6d17df3aeff9ddf69a496abf06a51 Mon Sep 17 00:00:00 2001 From: vvolkl Date: Mon, 16 Nov 2020 17:18:43 +0100 Subject: [PATCH] Mention docker mount flags in the Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9b33e18..e716ad7 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,7 @@ To avoid any overhead on the CernVM-FS stratum 1 servers that you are accessing, ## Limitations This GitHub Action is only expected to work in workflows that [run on](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on) ubuntu targets (and even then likely only `ubuntu-latest`). This exludes the `macos` and `windows` targets. + +## Use With Docker + +In case your workflow uses docker containers, the cvmfs directory can be mounted inside the container by using the flag `-v /cvmfs:/cvmfs:shared`.