Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 463 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 463 Bytes

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