-
I'm trying to create a pod via kubectl with this spec
```yaml
apiVersion: v1
kind: Pod
metadata:
name: nginx-pod
labels:
app: nginx
spec:
containers:
- name: nginx
image: ng…
-
Just wanted to ask if it is possible to bind mount them to a local host? instead of storing them on a docker volume?
![image](https://github.com/user-attachments/assets/6448a6a3-e43e-47c9-9548-c8f093…
-
Hi @DrDaveD,
I'm trying to set up `singcvmfs` on LUMI to make it as usable as possible.
Basic CVMFS operations work: I can list CMSSW releases from CVMFS, create a working area, run local workflows,…
-
Nomad considers filesystem permissions for the allocs directory to be outside of it's own security model (https://developer.hashicorp.com/nomad/docs/concepts/security)
> *Access (read or write) to th…
-
Hello everyone,
Thank you for the great fork @mikeTWC1984.
I have not found any info how to use bind mounts in Docker plugin. By bind mounts I mean this:
https://docs.docker.com/engine/storage…
-
### Expected Behavior
Use `RUN --mount=type=bind` to install dependencies in efficient manner. e.g. Dockerfile:
```
FROM python:3.12-slim
RUN --mount=type=bind,source=myapp,target=/tmp/myapp pip i…
-
### Please check before submitting an issue/在提交 issue 前请检查
- [X] I have searched the issues and haven't found anything relevant/我已经搜索了 issues 列表,没有发现于本问题相关内容
- [X] If patch failed, root failed, or de…
-
- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install)
**Output from `azd version`**
azd version 1.10.1 (commit 31409a33266fb4a5fdbb644bc83988e725d6c…
-
If you try to bind mount a path that's not on the list of paths snap allows external access to (e.g. `/media`, `/home`), it will appear to work, but in fact will not, and will exhibit some fairly perv…
-
### systemd version the issue has been seen with
xg6f0c5pchmc2jq84s4np19j1rnn90mn-systemd-256.6
### Used distribution
Nixos 24.11pre693653.5785b6bb5eaa (Vicuna)
### Linux kernel version us…