dockerpy - exec_run in docker-py returning Killed -


i trying use docker-py run docker exec. but, it's returning killed(after hour).

>>> import docker >>> client = docker.dockerclient(version = "auto", base_url = "") >>> client.containers.get("container_name").exec_run("start")     killed 

can't understand why happening? ideas? thanks!


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -