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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -