Docker - Security
After running:
the container cannot modify network interfaces. What is the likely cause?
docker run --cap-drop ALL --cap-add NET_ADMIN --cap-add CHOWN myimage
the container cannot modify network interfaces. What is the likely cause?
