Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to mount directory inside the docker container. #535

Open
1 of 2 tasks
MrCyjaneK opened this issue Jun 16, 2021 · 0 comments
Open
1 of 2 tasks

Add an option to mount directory inside the docker container. #535

MrCyjaneK opened this issue Jun 16, 2021 · 0 comments
Assignees

Comments

@MrCyjaneK
Copy link
Contributor

MrCyjaneK commented Jun 16, 2021

As we were talking in the discord, it would be cool to be able to mount directory inside of the docker image.
For security reasons, this should be done only in the ui, or in .abstruse.yml only relative to a path set in variable and in .abstruse.yml

Use case is when you have to deal with a large amount of data, and cache is not enough/or you have to do incremental builds.

Downside is that you need to have the path being accessible for all the workers (or assign a specific worker #507). For me sshfs will do the trick.

The option should allow to pick a specific path on host, inside the docker image, and allow to pick if you want it to be writable or read only.

TODO:

  • ability to mount directories inside of docker container
  • specifying mount type (for example: read only)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants