Update 'new.json'
This commit is contained in:
@@ -3,29 +3,18 @@
|
|||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "Registry",
|
"title": "mosquitto",
|
||||||
"description": "Docker image registry",
|
"description": "Docker image mosquitto",
|
||||||
"categories": ["docker"],
|
"categories": ["docker"],
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mosquitto.png",
|
||||||
"image": "registry:latest",
|
"image": "eclipse-mosquitto",
|
||||||
"ports": ["5000/tcp"],
|
"ports": ["1883:1883/tcp", "9001:9001/tcp"],
|
||||||
"volumes": [
|
"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