mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 00:22:56 +00:00
Fix tests after merge
This commit is contained in:
@ -489,7 +489,8 @@ class DockerVM(BaseNode):
|
||||
params["HostConfig"]["Mounts"].append({
|
||||
"Type": "bind",
|
||||
"Source": f"/tmp/.X11-unix/X{self._display}",
|
||||
"Target": f"/tmp/.X11-unix/X{self._display}"
|
||||
"Target": f"/tmp/.X11-unix/X{self._display}",
|
||||
"ReadOnly": True
|
||||
})
|
||||
|
||||
if self._extra_hosts:
|
||||
|
Reference in New Issue
Block a user