-
### Describe the bug
The ext.config.var-mount.luks kola test failed in the latest rawhide [build](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build/3182/) . The reason for…
-
@kenneth59715 suggested adding the user-specified --bind mounts to the when the pre-launch checklist runs `jupyter --version` to determine if `jupyter` is available from the containerized environment.…
-
### I confirm that:
- [X] I have searched the existing [open AND closed issues](https://github.com/navidrome/navidrome/issues?q=is%3Aissue) to see if an issue already exists for the bug I've encounte…
-
### Description
I use a docker-compose file:
```
services:
node:
image: node:latest
user: 1000:1000
build:
context: .
volumes:
- ".:/app"
- "/app/modul…
-
### Error Message and Logs
When deploying a MongoDB on MacOS in development, the following error occurs:
```
Error response from daemon: invalid mount config for type "bind": bind source path does no…
-
I would like some way to forward the host system's generic credential/secret storage into devcontainers, to make it available to command-line tools at minimum.
Currently, I've been messing with the G…
-
### Is this a docs issue?
- [X] My issue is about the documentation content or website
### Type of issue
I can't find what I'm looking for
### Description
(After much experimentation, it seems to…
-
I have a volume that was partially ec-encoded at one point, but the cluster seems to thing it was complete because it is in volume.list as an ec volume even though there are only 2 shards. The dat fil…
-
The current bind mounting explanation ([https://docs.dockware.io/tips-and-tricks/how-to-use-bind-mounting](https://docs.dockware.io/tips-and-tricks/how-to-use-bind-mounting)) is not working well for w…
-
For more details see https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md
That would help avoiding contortions in the Dockerfile due to COPY's silly "partial flattening" …