File: README.md

package info (click to toggle)
golang-github-mesos-mesos-go 0.0.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 11,724 kB
  • sloc: makefile: 163
file content (5 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
## How To
```sh
$ docker run -ti --rm --net=host jdef/example-scheduler-httpv1 -server.address=10.2.0.5 \
    -url=http://10.2.0.7:5050/api/v1/scheduler -tasks=10 -verbose
```