Skip to content

Using local volumes #377

Answered by mzur
muddywellyboots asked this question in Q&A
Sep 21, 2021 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

As BIIGLE runs inside Docker containers, the file system of your host machine is not accessible by default. File system volumes must be explicitly configured with Docker for BIIGLE to be able to access files on your host machine. These volumes are configured in the file docker-compose.yaml. In the default configuration, only the ./storage directory (of the biigle repository) is mounted as file system volume. You can either store all images/videos that you want available in BIIGLE there (in ./storage/images, see below) or add new file system volumes. Example:

- /home/john/Pictures:/vol/Pictures

The syntax of the volume definition is [source path of host]:[target path of container].

If you …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mzur
Comment options

mzur Sep 21, 2021
Maintainer

Comment options

You must be logged in to vote
1 reply
@muddywellyboots
Comment options

Answer selected by muddywellyboots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants