You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/29 09:41:11 UTC

[GitHub] hykych opened a new issue #3711: How do you use docker-runc in a container?

hykych opened a new issue #3711: How do you use docker-runc in a container?
URL: https://github.com/apache/incubator-openwhisk/issues/3711
 
 
   I mount  `/usr/bin/docker-runc` and `/run/runc` to a container.
   when I use command `docker-runc list` in the container, I got this.
   ```
   2a1391bec47e97c960180ecd0fe4fa8bdad06f3a966a4ab56a185fea46012897   0           stopped     /run/docker/libcontainerd/2a1391bec47e97c960180ecd0fe4fa8bdad06f3a966a4ab56a185fea46012897   2018-04-23T11:49:09.45250519Z    root
   936ade0c1f01c5b47949d57af420738149f6b57854ee5a56da70b7c2d869cde4   0           stopped     /run/docker/libcontainerd/936ade0c1f01c5b47949d57af420738149f6b57854ee5a56da70b7c2d869cde4   2018-04-23T11:49:09.829041553Z   root
   93beb0d83e18b9eae82b9bfd2a26f4ee9811f652a9b43650141741d9934f9e83   0           stopped     /run/docker/libcontainerd/93beb0d83e18b9eae82b9bfd2a26f4ee9811f652a9b43650141741d9934f9e83   2018-05-29T09:26:50.29931867Z    root
   972876048d960149e11c5519f347e3b24d8e889810a4d3f061e4f898e58c38ad   0           stopped     /run/docker/libcontainerd/972876048d960149e11c5519f347e3b24d8e889810a4d3f061e4f898e58c38ad   2018-05-29T09:26:49.771647667Z   root
   b42cea49135de0e91d5968941e372a985a416c380b4059b5a0ac9d3259ca24b0   0           stopped     /run/docker/libcontainerd/b42cea49135de0e91d5968941e372a985a416c380b4059b5a0ac9d3259ca24b0   2018-04-23T11:49:08.731506397Z   root
   c63133e715961bdbea6048c7d1659b8fd4e5b4119630b19df08591728f7d15a3   0           stopped     /run/docker/libcontainerd/c63133e715961bdbea6048c7d1659b8fd4e5b4119630b19df08591728f7d15a3   2018-04-23T11:49:09.239295667Z   root
   e68f86337e88c9e5eba7d66e9f4bcf48bfaabfb5827f6484536389b0fd6214ed   0           stopped     /run/docker/libcontainerd/e68f86337e88c9e5eba7d66e9f4bcf48bfaabfb5827f6484536389b0fd6214ed   2018-04-23T11:49:08.927237725Z   root
   ```
   
   it seems like I can't get the correct status of the containers, and I got this when I use `docker-runc pause`
   ```
   container not running or created: stopped
   ```
   
   How do you solve this problem?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services