Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 426 Bytes

Caporal

a remote api server for scheduling docker jobs.

this can work with dotam smoothly

Usage

docker pull deoops-net/caporal

// to turn on auth
// set env AUTH_USER and AUTH_PASS
// other wise just leave them empty
// and you can implement auth method at proxy level
docker run -d -p 8080:8080 --name caporal -e AUTH_USER=tom -e AUTH_PASS=foo deoops-net/caporal