-
There is an issue I believe with the code for the home fuse mount service, specifically here:
https://github.com/nix-community/impermanence/blob/0d09341beeaa2367bac5d718df1404bf2ce45e6f/home-manage…
-
With kernel < 5.12, recursive read-only bind mount would set the read-only flag on the top-level mount, not the sub-mounts, as a result, submounts remain `rw`:
```
$ mkdir -p mounts
$ sudo mount -t t…
-
### Summary
When I try to add a mount point that is only host source and guest destination ("/mnt/nas,mp=/mnt/nas") in the community.general.proxmox I get FAILD.
### Issue Type
Bug Report
### C…
-
**Kibana Build details:**
```
VERSION: 8.16.0-BC1
BUILD: 79314
COMMIT: 5575428dd3aef69366cddb4ccf07a2a26d30ce48
```
Artifact: docker.elastic.co/staging/metricbeat:8.16.0-e8d5928a
**Host OS:** Rhel 9…
-
`mount` will not bind mount files if the "target" is a symlink. See https://serverfault.com/q/322906.
For example:
```sh
echo test1 >test1
echo test2 >test2
ln -s test2 test3
mount --bind test…
-
Why?
The image does not need to be built (why should it?)
Fewer files and less code = easier maintenance and fewer potential bugs
the container can be easily updated (for example via a program …
-
**Is your feature request related to a problem? Please describe.**
`trash-list` shows entries from bind mounts, resulting in multiple entries for the same file.
**Describe the solution you'd like*…
rieje updated
3 weeks ago
-
### Describe the bug
It seems Docker cannot mount a file from an overlayfs source.
### To reproduce
```sh
docker run --interactive --rm --mount type=bind,source="$PWD"/myfile,target=/myfile …
-
### Host operating system:
```
Linux css 4.4.68-nx #122 SMP Mon May 15 09:46:11 KST 2017 x86_64 GNU/Linux
```
### node_exporter version:
```
build user: root@bb6d0678e7f3
build dat…
-
@jansppenrade2 I build all of my containers through docker-compose. In test mode I get a docker run command like this:
Docker command that would be executed:
`/usr/local/bin/docker run -d --name=e…