Categorygithub.com/interiorem/stout
module
0.1.5
Repository: https://github.com/interiorem/stout.git
Documentation: pkg.go.dev

# README

Stout Build Status codecov.io

Stout is external isolation plugin for Cocaine Cloud.

Configuration file

See configuration example:

{
    "logger": {
        "level": "debug",
        "output": "/dev/stderr"
    },
    "endpoints": ["0.0.0.0:29042"],
    "debugserver": "127.0.0.1:9000",
    "isolate": {
        "docker": {},
        "process": {}
    }
}

Build

go build -o cocaine-isolate-daemon cmd/stout/main.go

Run it

cocaine-isolate-daemon -config path/to/config.conf

# Packages

No description provided by the author
No description provided by the author
No description provided by the author