-
I have some docker volume on my laptop, can I use backintime to backup `/var/lib/docker/volumes`?
-
Store persistent data in docker volume instead of locally on running docker instance.
Br Eskild
-
# Feature Request: Enable OAK Camera Access Without Volume Sharing
## Why
Currently, accessing OAK cameras in Docker requires mounting `/dev/bus/usb` as a volume. This prevents usage in environmen…
-
-
What path does this system use for sqlite? Is it possible to mount a persistent volume for the SQLite directory?
-
Nice project congrats! Where is the persistent volume for Docker?
-
### Issue submitter TODO list
- [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems)
- [X] I've searched for an already existing issues [here](https://github.c…
-
## Issue Description
We need to reference the db volume in the docker-compose config in order to encapsulate the database.
## Reviewer Assignment
**Reviewer:** @kaanyolcu22
-
**What would you like to be added**:
Those are the scenarios we would like to cover:
- Local development
- provide docforge config (through volume mount)
- provide local manifest (docforge config…
-
### Description
It might be a bug since i cannot find solution online.
Mounting nfs share directly to a container works when using `docker run` but not when using a compose file with `docker compose`…