Skip to content

Commit c5246c0

Browse files
authored
Mention docker mount flags in the Readme
1 parent 8e00d4f commit c5246c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ To avoid any overhead on the CernVM-FS stratum 1 servers that you are accessing,
4343
## Limitations
4444

4545
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.
46+
47+
## Use With Docker
48+
49+
In case your workflow uses docker containers, the cvmfs directory can be mounted inside the container by using the flag `-v /cvmfs:/cvmfs:shared`.

0 commit comments

Comments
 (0)