Skip to main content

Questions tagged [docker]

Docker - An open platform for distributed applications for developers and sysadmins.

1 vote
1 answer
47 views

Docker Desktop local Kubernetes not creating pods setup not completed

May-2024 Docker Desktop v4.30.0 I installed Docker Desktop and enabled Kubernetes. I have a config file generated in my .kube folder and it updates certificates when I click the "Reset ...
Scala Enthusiast's user avatar
0 votes
0 answers
29 views

WSL docker compose volume bind mount empty on host

I have Gitea on WSL as a docker container: version: "3" services: server: image: gitea/gitea:latest container_name: gitea mem_reservation: "1G" mem_limit: "...
Daviid's user avatar
  • 118
0 votes
0 answers
75 views

Use firewalld to block some docker Application

i have a virtual machine (libvirt) running docker and some application on it. Some applications should not accessed from the host system but they need to be accessed from the docker host. So i tried ...
naseweis's user avatar
0 votes
1 answer
26 views

Can't access docker container through port forwarded host machine from external hosts

I'm running docker container using below command and this container's host is in the internal private network. docker run --restart always --name srs2 -d -p 1935:1935 -p 1985:1985 -p 8080:8080 -p 8000:...
I have 10 fingers's user avatar
0 votes
0 answers
23 views

Elasticsearch autostart after Linux Mint upgrade

I've Googled and search here but only find how to start or autostart Elasticsearch on Linux Mint (in or not in Docker), etc. After upgrading Linux Mint (desktop) yesterday (15 may 2024) I found that ...
TungstenX's user avatar
  • 871
0 votes
0 answers
29 views

Docker container not recieving packets from specific port

So I have an instance in Oracle cloud, running OL7. In that instance I'm trying to setup some docker containers with multiple servers. These container should be reachable from the outside on different ...
Gui Costa's user avatar
0 votes
1 answer
234 views

"Operation not permitted" when accessing a NFS mounted directory inside a docker container

I am working on a Web-App which needs access to a QNAP-NAS file system to edit and create directories and files inside it. In order to mount the NFS to the docker container, I used the following ...
JoanAcero's user avatar
0 votes
0 answers
27 views

Docker build succeeds on one system but not on other

System info I've been Dockerizing an application on System A, which is a Debian 12 clean installation, AMD64 architecture. The system info: Linux debian12.localdomain 6.1.0-17-amd64 #1 SMP ...
Shayan's user avatar
  • 1,594
1 vote
1 answer
50 views

Not able to connect to Gitea through WireGuard although NGINX works

I am not able to connect to Gitea through WireGuard VPN, but NGINX works. Also I can connect without WireGuard. Setup: Gitea runs in Docker on Alpine Linux on a Windows-hosted Oracle VM VirtualBox ...
miloxe's user avatar
  • 111
1 vote
0 answers
37 views

What is preventing me from pinging from my Docker container to my WireGuard client?

Hello I'm making a lab that I host on the could in my vps. I dockerised the network of my lab using a "user-defined bridge" network on docker, I put a wireguard instance inside of this ...
lolozen's user avatar
  • 147
0 votes
0 answers
49 views

Rebooting breaks dns-server docker container

This is my ~/docker-webdev-stack/docker-compose.yml services: dns-server: container_name: dns-server hostname: dns-server image: technitium/dns-server:latest # For DHCP deployments, ...
Daviid's user avatar
  • 118
0 votes
0 answers
37 views

Host disk access from privileged docker container on macOS

I ran a privileged container on macOS with this command: docker run -it --privileged alpine sh It runs with no error. I need to access the macOS host disk from the container. How can I do that?
Bob5421's user avatar
  • 101
0 votes
0 answers
53 views

Using docker as development environment

I'm trying to have a docker container, install some development-related tools in it, and use it to develop my software (using vscode's remote development features). I'll later be able to do docker ...
Alireza's user avatar
  • 241
1 vote
1 answer
206 views

How do Docker user namespace really work?

I have enabled user namespaces in Docker, in an attempt to (I thought) any user used by any of the containers to a specific one. This user has been created by docker, and the entries in subuid and ...
chronos's user avatar
  • 147
0 votes
0 answers
28 views

Why does traefik only work if containers are placed into the network traefik_default?

I've inherited some Docker host being used as reverse proxy for a public HTTPS entry-point, so that multiple different webapps can be hosted underneath the same HTTPS entry-point. https://foo.example....
Thorsten Schöning's user avatar

15 30 50 per page