https://bugzilla.redhat.com/show_bug.cgi?id=1033606
--- Comment #63 from michael.faille@gmail.com --- Weird..... I fix the problem, I know exact what command I done. ...But, I don't know why it work.
My recipe :
#1. finding manual LXC lunch command ps aux | grep docker root 20606 0.0 0.0 154140 5296 pts/4 S+ 06:01 0:00 vim /var/lib/docker/containers/abe17802ba8958c91295fb33831ce769ef393da4f5c7e70cee32713ec165ba85/config.lxc root 22508 0.0 0.0 209328 4072 pts/0 S+ 06:18 0:00 sudo strace -f -s 1000 -o out.trace docker -d root 22514 0.0 0.0 4704 888 pts/0 D+ 06:18 0:00 strace -f -s 1000 -o out.trace docker -d root 22519 0.0 0.0 0 0 pts/0 Zl+ 06:18 0:00 [docker] <defunct> root 22620 0.0 0.0 19192 1228 ? Ss 06:19 0:00 lxc-start -n 3be52160a2e3f7bbbf987726edc83823a938920e39992ee9cd1726f56ca7f99e -f /var/lib/docker/containers/3be52160a2e3f7bbbf987726edc83823a938920e39992ee9cd1726f56ca7f99e/config.lxc -- /.dockerinit -driver lxc -g 172.17.42.1 -i 172.17.0.2/16 -mtu 1500 -- /bin/sh -c apt-get install -y inotify-tools openssh-server root 22631 0.0 0.0 10292 2376 ? Dl 06:19 0:00 /.dockerinit -driver lxc -g 172.17.42.1 -i 172.17.0.2/16 -mtu 1500 -- /bin/sh -c apt-get install -y inotify-tools openssh-server michael 23573 0.0 0.0 112688 968 pts/1 S+ 06:25 0:00 grep --color=auto docker
#2. Shudown all docker/lxc container/process
#3. Run following LXC command to just enter in the shell + test surprisingly internet with success. sudo lxc-start -n 3be52160a2e3f7bbbf987726edc83823a938920e39992ee9cd1726f56ca7f99e -f /var/lib/docker/containers/3be52160a2e3f7bbbf987726edc83823a938920e39992ee9cd1726f56ca7f99e/config.lxc -- /.dockerinit -driver lxc -g 172.17.42.1 -i 172.17.0.2/16 -mtu 1500 -- /bin/sh
#4. Start run docker normally......