Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 419 Bytes

README.md

File metadata and controls

30 lines (29 loc) · 419 Bytes

Opensource IPTV orchestrator

json to push:

{
 "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]"
}