All Questions
Tagged with dockerfile or docker
155,636 questions
0
votes
0
answers
36
views
Docker container loses network connectivity to the host via the host-gateway [migrated]
Current Setup:
A host-run HTTP application is fronted by an NGINX reverse proxy running in a Docker container.
Network Configuration:
The NGINX container uses a bridge network.
It was started with --...
-3
votes
0
answers
33
views
Wireguard with docker on Synology NAS [closed]
I'm struggling trying to make Wireguard working with Docker in Synology NAS.
NAS model: DS420j
SO version: DSM 7.2 (recently updated)
I followed this guide to compile wireguard .spk and this other to ...
1
vote
0
answers
35
views
MacOS : Postgres dumping result with permission denied, butg sometime passed [closed]
i'm trying to dump data with script file .sh
So i got a folder in /Home with : working , and inside would be dev-sever and dev-docker
When i run docker there is no error but when i open terminal and ...
0
votes
0
answers
53
views
RabbitMQ .Net unsupported external secret error [closed]
hi everyone first of all i did what i all know but it doesnt work
services:
hotelreservationapi-presentation:
image: hotelreservationapi-presentation:latest
build:
context: ./...
Advice
0
votes
3
replies
44
views
How to set physical machine access when mount to docker container?
I'm trying to run postgresql. after checking their document, I added this volume mount
/path/to/data:/var/lib/postgresql/18/docker
my container failed immedeately,
chmod: changing permissions of '/var/...
0
votes
0
answers
32
views
Docker Compose Gluetun with Arr containers health check not enough [closed]
I have a single ymal file with Gluetun and some Arr containers with Gluetun providing the VPN here is my code for Prowler
prowlarr:
image: linuxserver/prowlarr:latest
container_name: prowlarr
...
Tooling
0
votes
2
replies
36
views
Docker and MongoDB
My mongo database is contained in a docker image.
I use this command in order to run the docker container:
docker run -p 127.0.0.1:27017:27017 mongo:Version
and afterwards I do a mongorestore:
...
1
vote
0
answers
42
views
quarkus build fails with 401 Unauthorized at registry-1.docker.io despite successful docker login
I can docker push a local image to dockerhub just fine, but quarkus build fails with:
...
Caused by: com.google.cloud.tools.jib.api.RegistryUnauthorizedException: Unauthorized for registry-1.docker.io/...
0
votes
0
answers
35
views
Why do I get a "container OS does not match the host OS" error following Install Docker Engine from binaries doc?
From the official site, I downloaded the latest available version:
PS C:\windows\system32> docker version
Client:
Version: 29.0.2
API version: 1.52
Go version: go1.25.4
...
Advice
0
votes
3
replies
50
views
In Dockerfile add user, assign group to user and make group permanent
I have a Dockerfile, where I create a non-root user and assign a group icmp_users to it. However, when I run the container with docker run -it --rm container bash the group is not activated.
Here is ...
-3
votes
0
answers
38
views
An error occurred while running a WSL command when opening Docker [closed]
I installed Docker Desktop on windows 11. Installation is complete but when I open the Docker Desktop app, it will show an error
There was a problem with WSL
An error occurred while running a WSL ...
-3
votes
0
answers
26
views
How to generate a Node SSR build (Express server) instead of Worker build?
I’m building a Shopify Hydrogen 2024/2025 storefront and I want to deploy it on AWS Amplify using a Node SSR server, not the default Worker/Oxygen runtime.
node package "@shopify/hydrogen":...
-2
votes
1
answer
41
views
Is it possible to access to fs image and make modify if container won't start? [closed]
My ftp don't want to start anymore
docker run -i myimage
/usr/sbin/vsftpd: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory
I already know ...
-1
votes
0
answers
42
views
I'm having trouble starting to build my Dockerfile to deploy on Railway
My Dockerfile is in the root project directory, and railway.json is also in the root directory.
Problem: Railway It won't let me build. Message:
Dockerfile "Dockerfile does not exist"
...
-1
votes
0
answers
30
views
Compute Engine - Artifact Registry | 400 Unexpected Status when pushing image from VM [closed]
I'm getting the following error on push.
unknown: unexpected status from HEAD request to https://us-central1-docker.pkg.dev/v2/PROJECT_ID/REPOSITORY/manifests/sha256:xxxxxxxx: 400 Bad Request
- My VM'...