Merge branch '1.5' into 2.0

This commit is contained in:
Julien Duponchelle
2016-05-18 11:25:41 +02:00
22 changed files with 65 additions and 53 deletions

View File

@ -368,7 +368,7 @@ class DockerVM(BaseNode):
"""
# We can not use the API because docker doesn't expose a websocket api for exec
# https://github.com/GNS3/gns3-gui/issues/1039
# https://github.com/GNS3/gns3-gui/issues/1039
process = yield from asyncio.subprocess.create_subprocess_exec(
"docker", "exec", "-i", self._cid, "/gns3/bin/busybox", "script", "-qfc", "/gns3/bin/busybox sh", "/dev/null",
stdout=asyncio.subprocess.PIPE,