Update 'new.json'
This commit is contained in:
@@ -3,29 +3,18 @@
|
||||
"templates": [
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Registry",
|
||||
"description": "Docker image registry",
|
||||
"title": "mosquitto",
|
||||
"description": "Docker image mosquitto",
|
||||
"categories": ["docker"],
|
||||
"platform": "linux",
|
||||
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
|
||||
"image": "registry:latest",
|
||||
"ports": ["5000/tcp"],
|
||||
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mosquitto.png",
|
||||
"image": "eclipse-mosquitto",
|
||||
"ports": ["1883:1883/tcp", "9001:9001/tcp"],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/registry"
|
||||
"container": "/mosquitto"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Ubuntu",
|
||||
"description": "Debian-based Linux operating system",
|
||||
"categories": ["operating-system"],
|
||||
"platform": "linux",
|
||||
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png",
|
||||
"image": "ubuntu:latest",
|
||||
"interactive": true,
|
||||
"command": "/bin/bash"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user