orchestrator

command module
v0.0.0-...-ec2d1ee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2021 License: Apache-2.0 Imports: 21 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL