Skip to content

dayuoba/caporal

 
 

Repository files navigation

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

About

an api server for scheduling docker jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.9%
  • Dockerfile 8.4%
  • HCL 2.1%
  • Makefile 0.6%