lxc-kill:无法获得init的pid

我有一个问题,似乎容器已经停止。 因为我ping的容器的IP,并没有得到答案。 lxc-info表示进程是STOP

[root@matrix-node04 mnt]# lxc-info -n f3a939113d6e12450829a2dc76be3c761b818e63fbd33df513772e6e4485565e state: STOPPED pid: -1 

但dockerps指示进程仍在运行

 [root@matrix-node04 mnt]# docker ps | grep f3a939113d6e f3a939113d6e c69436ea2169 /bin/sh -c '/usr/loc 4 weeks ago Up 2 weeks d-mcl-354_lisx_test_kr22-n-3 

我可以使用lxc-start来手动启动容器吗? 我试了下面的cmd

 [root@matrix-node04 mnt]# lxc-start -n f3a939113d6e12450829a2dc76be3c761b818e63fbd33df513772e6e4485565e -f /srv/docker/containers/f3a939113d6e12450829a2dc76be3c761b818e63fbd33df513772e6e4485565e/config.lxc lxc-start: No such file or directory - failed to get real path for '/srv/docker/devicemapper/mnt/f3a939113d6e12450829a2dc76be3c761b818e63fbd33df513772e6e4485565e/rootfs' lxc-start: failed to pin the container's rootfs lxc-start: failed to spawn 'f3a939113d6e12450829a2dc76be3c761b818e63fbd33df513772e6e4485565e' 

有人遇到过吗?