python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
docker-compose.yml with nginx can't share volume
I'm trying to make the directory being served by nginx also available on host.
I'm running on linux/ubuntu
Part of Dockerfile:
FROM node:12.19.1-alpine as builder
... # some commands
RUN yarn build --...
RMartins
Votes: 0
Answers: 0
How to create a volume from snapshot openstack using connection in python?
I am trying to create a volume from a snapshot in openstack using the python api. Using the UI this is easily doable by pressing the action Create Volume in the snapshot overview.
When looking at the ...
Natan
Votes: 0
Answers: 1
Windows 11 and Docker: Error response from daemon: error while creating mount source path (file exists)
If I try
PS C:\Users\me\docker_apps\app> docker run -v /Users/me/docker_volumes/etc:/etc/todos -dp 3000:3000 my_app
The docker returns:
enter code here`docker: Error response from daemon: error wh...
CesareoAguirre
Votes: 0
Answers: 1
Kubernetes: Unable to mount a projected volume, no space on device when clearly there is
I have a local k3d cluster in stalled on Mac (Big Sur 12) that I am attempting to install calico (their default manifest https://k3d.io/v5.3.0/usage/advanced/calico/). In the logs for the calico-kube...
Phili
Votes: 0
Answers: 2