Skip to content

michigraber/hostapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coco-hostapi

Package containing the executable & library for the host API component (a coco.backends.container_backends.HttpRemote endpoint).

Synopsis

usage: coco_hostapi [-h] [-d]
                        [-l ADDRESS] [-p PORT]
                        [--container-backend CONTAINER_BACKEND]
                        [--container-backend-args CONTAINER_BACKEND_ARGS]

coco host API CLI tool

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           run in debug mode

  -l ADDRESS, --listen ADDRESS
                        the address to listen on (default: 0.0.0.0)
  -p PORT, --port PORT  the port to bind to (default: 8080)

  --container-backend CONTAINER_BACKEND
                        absolute name of the container backend class to load
                        (default: coco.backends.container_backends.Docker)
  --container-backend-args CONTAINER_BACKEND_ARGS
                        arguments to pass to the container backend upon
                        initialization (default: { "version": "auto" })

About

Package containing the executable & library for the host API component.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%