Hi Louise,
> the permission bits on the lower branch Nov 2 12:14:16
nfv-mobile
> systemd-udevd[19236]: Could not generate persistent MAC address for
> vethd53b6fb: No such file or directory Nov 2 12:14:16 nfv-mobile
> NetworkManager[827]: <warn> [1478088856.9211] device (vethd53b6fb):
> failed to find device 27 'vethd53b6fb' with udev Nov 2 12:14:16
> nfv-mobile NetworkManager[827]: <info> [1478088856.9251]
> manager: (vethd53b6fb): new Veth device
> (/org/freedesktop/NetworkManager/Devices/30)
> Nov 2 12:14:16 nfv-mobile NetworkManager[827]: <warn>
> [1478088856.9264] device (veth80531c9): failed to find device 28
> 'veth80531c9' with udev Nov 2 12:14:16 nfv-mobile
The errors seen above do not seem typical
Are you using the standard docker bridge network when you launch the container? Are you
using an alternate network plugin?
Could you provide the output of "docker network inspect bridge" if you are
running with the standard docker bridge. Or the output of inspect in the case of an
alternate plugin.
Have you been able to launch a runc docker container on the same system, once you
installed the clear container runtime
sudo docker run -itd --runtime=runc alpine /bin/sh
Also could you look at your dmesg output to see if there are any relevant errors.
-manohar