mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 00:22:56 +00:00
Merge branch '2.2' into 3.0
# Conflicts: # gns3server/compute/docker/docker_vm.py # gns3server/controller/__init__.py # gns3server/controller/appliance_manager.py # gns3server/web/route.py # requirements.txt # tests/compute/docker/test_docker_vm.py
This commit is contained in:
@ -488,8 +488,8 @@ class DockerVM(BaseNode):
|
||||
params["Env"].append(f"DISPLAY=:{self._display}")
|
||||
params["HostConfig"]["Mounts"].append({
|
||||
"Type": "bind",
|
||||
"Source": "/tmp/.X11-unix/",
|
||||
"Target": "/tmp/.X11-unix/"
|
||||
"Source": f"/tmp/.X11-unix/X{self._display}",
|
||||
"Target": f"/tmp/.X11-unix/X{self._display}"
|
||||
})
|
||||
|
||||
if self._extra_hosts:
|
||||
|
Reference in New Issue
Block a user