README ¶ 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]" } Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files docker.go helper.go main.go structs.go Click to show internal directories. Click to hide internal directories.