An open API service indexing awesome lists of open source software.

https://github.com/streamingriver/orchestrator

Opensource IPTV docker containers orchestrator
https://github.com/streamingriver/orchestrator

docker iptv opensource orchestrator

Last synced: 5 months ago
JSON representation

Opensource IPTV docker containers orchestrator

Awesome Lists containing this project

README

          

# Opensource IPTV orchestrator

json to push:
```json
{
"name": "test",
"image": "alpine:latest",
"ports": {
"127.0.0.1:8080": "8080/udp"
},
"volumes": {
"volume0-name": "/data"
},
"binds": {
"/mnt/disk1": "/mnt"
},
"env": [
"HELLO=WORLD"
],
"cmd": [
"echo",
"hello from other side"
],
"auth": {
"username": "user",
"password": "password"
},
"ServiceConfig": "[base64encoded_data]"
}
```