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)
How to disable ipv6 from my docker bridge and docker network
I'm currently using docker 20.10.9 version.
My host is enabled with ipv4 but when I run the docker I get the following error.
Error Image
How can we disable ipv6 by default? as I have ipv4 enabled on ...
chow ch
Votes: 0
Answers: 0
docker-compose, how to run bash commands after container has started, without overriding the CMD or ENTRYPOINT in the image docker is pulling in?
I just want to rename a few files, without overriding the commands inside the wordpress image that the docker is pulling in.
Inside the docker-compose.yml I tried using 'command' and 'entrypoint' to r...
Mladen
Votes: 0
Answers: 1
Traefik how to route from a backend service xteve with a port and path in docker
I'm trying to run a reverse proxy for xTeVe in docker using Traefik 2.6.3, however I'm getting stuck with using some of the middlewares.
By default xTeVe listens on port 34400 to connect to the DVR IP...
Tom
Votes: 0
Answers: 0
Nginx connection refused
I'm using docker containers to host a web app. I have three main containers: MySQL, flask and Nginx. The first two work as expected and the latter seems to be working fine as no error is displayed in ...
deadlock
Votes: 0
Answers: 0