mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Remove old debug message
This commit is contained in:
parent
753135a80d
commit
fb06eb3c0c
@ -451,7 +451,6 @@ class DockerVM(BaseNode):
|
|||||||
if extra_hosts:
|
if extra_hosts:
|
||||||
params["Env"].append("GNS3_EXTRA_HOSTS={}".format(extra_hosts))
|
params["Env"].append("GNS3_EXTRA_HOSTS={}".format(extra_hosts))
|
||||||
|
|
||||||
print(params)
|
|
||||||
result = await self.manager.query("POST", "containers/create", data=params)
|
result = await self.manager.query("POST", "containers/create", data=params)
|
||||||
self._cid = result['Id']
|
self._cid = result['Id']
|
||||||
log.info("Docker container '{name}' [{id}] created".format(name=self._name, id=self._id))
|
log.info("Docker container '{name}' [{id}] created".format(name=self._name, id=self._id))
|
||||||
|
Loading…
Reference in New Issue
Block a user