Skip to content

A very small API to start docker containers. works from within docker as well

Notifications You must be signed in to change notification settings

codedrift/docker-manager

Repository files navigation

docker-manager

Build and run

docker-compose build
docker-compose up

Run without compose

docker run -d -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock codedriftdotnet/docker-manager:latest --name=docker-manager

See containers

Go to http://localhost:8080/containers?type=html

Start container

sh scripts/start-container.sh

Run without docker

Supply CONNECT_HOST=localhost as env variable

About

A very small API to start docker containers. works from within docker as well

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published