Tag is mandatory for container in .gns3a

Ref #145
This commit is contained in:
Julien Duponchelle 2016-07-04 09:52:27 +02:00
parent b947be5311
commit 51ae917946
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
6 changed files with 7 additions and 6 deletions

View File

@ -11,7 +11,7 @@
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 1,
"image": "gns3/chromium",
"image": "gns3/chromium:latest",
"console_type": "vnc"
}
}

View File

@ -13,6 +13,6 @@
"symbol": "linux_guest.svg",
"docker": {
"adapters": 1,
"image": "gns3/ipterm"
"image": "gns3/ipterm:latest"
}
}

View File

@ -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"
}
}

View File

@ -13,6 +13,6 @@
"usage": "By default all interfaces are connected to the br0",
"docker": {
"adapters": 16,
"image": "gns3/openvswitch"
"image": "gns3/openvswitch:latest"
}
}

View File

@ -13,7 +13,7 @@
"symbol": "firefox.svg",
"docker": {
"adapters": 1,
"image": "gns3/webterm",
"image": "gns3/webterm:latest",
"console_type": "vnc"
}
}

View File

@ -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",