Open jacobcnca opened 5 years ago
I had the same problem. The problem is because of using docker snappy inside ubuntu. Dont use docker from snap. It just sucks. Install it from the official source: https://docs.docker.com/engine/install/ubuntu/
Actually I reinstalled from offical source. Still having the same problem :(
The problem was from not having enough memory. Added 2GB swap file and the problem is gone. https://linuxize.com/post/how-to-add-swap-space-on-ubuntu-18-04/
Two containers with same network can't ping each other
I try to connect a network to a container, I removed the IP address for the bridge interface before connect. And after connect to the container, the bridge interface bring down.
Expected behavior
Actual behavior
Two containers can NOT ping each other with same network.
And it work well after run
ifconfig tt up
manually.Steps to reproduce the behavior
check the interface state
Check the interface state again
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
Relate syslog