I’m trying to build a rockon for the first time. I’m getting the following error when updating the Rockon list in the Rockstor UI, and I don’t see anything wrong?
Error while processing Rock-on profile at /opt/rockstor/rockons-metastore/docker-dns-rest.json. Lower level exception: Expecting property name: line 29 column 10 (char 1026)
This is my JSON:
{
“Phensley docker-dns-rest”: {
“description”: “Container DNS rest API”,
“version”: “1.0”,
“website”: “https://github.com/phensley/docker-dns-rest”,
“containers”: {
“phensly_docker-dns-rest”: {
“image”: “phensley/docker-dns-rest”,
“tag”: “latest”,
“launch_order”: 1,
“ports”: {
“53”: {
“description”: “The port for the DNS service”,
“host_default”: 53,
“label”: “DNS Port”,
“ui”: false
},
“80”: {
“description”: “The port used for the DNS managment rest API”,
“host_default”: 80,
“label”: “Rest API”,
“protocol”: “tcp”,
“ui”: false
}
},
“opts”: [ ["–net", “host”],
["-v", “/var/run/docker.sock:/docker.sock”],
["–name", “dns”]],
},
},
},
}
Would someone help me getting started with Rockon development, please.