Skip to main content

New answers tagged

0 votes

.mysql_history: how to persist it with the official MariaDB Docker image?

Pay attention to the official MariaDB Dockerfile. If the official Dockerfile does not have an explicit USER, it means it runs as root (not mysql as you may think). So, the container is really executed ...
Valerio Bozz's user avatar
0 votes

Failed to set the root user to MongoDB

I have found out the problem is the systemd-nspawn environment messing up the mongo container. I run the mongo container in another ubuntu machine and it works perfectly.
crackpot's user avatar
  • 111
0 votes

Docker Compose network isolation mechanism in Linux

By default, Docker Compose uses dedicated iptables chains to isolate ingress and egress traffic to the bridged Docker segment. You can see the rules applied to the Docker segment by checking iptables -...
Mike Pennington's user avatar
0 votes
Accepted

Linux Docker compose container cannot ping another bridged Docker container

The problem is that by default, Docker Compose sets up iptables rules that block traffic to other linux networks on the same docker host. In this case, I want to allow all traffic to and from my ...
c1lab's user avatar
  • 1

Top 50 recent answers are included