fm-labs / docker-http

Docker mgmt over HTTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-http

A docker mgmt http server

Related project:

Development

Uses poetry for dependency management.

poetry install
poetry run python -m docker_http
# or 
python ./docker-http.py

The docker-http webserver is served at http://localhost:5000/ by default.

Local development

# Start multiple containers with docker-compose for local development:
docker compose up

Starts following containers:

  • hello-world (single command)
  • cowsay (single command)
  • whalesay (single command)
  • redis (service)
  • mariadb (service)

Useful links

About

Docker mgmt over HTTP


Languages

Language:Python 80.1%Language:Shell 14.1%Language:Dockerfile 5.8%