mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
parent
b947be5311
commit
51ae917946
@ -11,7 +11,7 @@
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"docker": {
|
||||
"adapters": 1,
|
||||
"image": "gns3/chromium",
|
||||
"image": "gns3/chromium:latest",
|
||||
"console_type": "vnc"
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,6 @@
|
||||
"symbol": "linux_guest.svg",
|
||||
"docker": {
|
||||
"adapters": 1,
|
||||
"image": "gns3/ipterm"
|
||||
"image": "gns3/ipterm:latest"
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
"usage": "The eth0 is the management interface. By default all other interfaces are connected to the br0",
|
||||
"docker": {
|
||||
"adapters": 16,
|
||||
"image": "gns3/openvswitch",
|
||||
"image": "gns3/openvswitch:latest",
|
||||
"environment": "MANAGEMENT_INTERFACE=1"
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,6 @@
|
||||
"usage": "By default all interfaces are connected to the br0",
|
||||
"docker": {
|
||||
"adapters": 16,
|
||||
"image": "gns3/openvswitch"
|
||||
"image": "gns3/openvswitch:latest"
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
"symbol": "firefox.svg",
|
||||
"docker": {
|
||||
"adapters": 1,
|
||||
"image": "gns3/webterm",
|
||||
"image": "gns3/webterm:latest",
|
||||
"console_type": "vnc"
|
||||
}
|
||||
}
|
||||
|
@ -106,7 +106,8 @@
|
||||
},
|
||||
"image": {
|
||||
"type": "string",
|
||||
"title": "Docker image in the Docker Hub"
|
||||
"title": "Docker image in the Docker Hub",
|
||||
"pattern": ".+:.+"
|
||||
},
|
||||
"start_command": {
|
||||
"type": "string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user