Shows all docker containers.
Shows container details. The HTTP Connect button opens new browser's tab and redirects to particular port of container.
Saves all container changes to new docker image.
Shows image details.
Shows all docker images.
Creates new docker container from image. It allows to bind particular volumes, ip or ports.
Removes image and all containers which were created from this image.
Browses public Docker Hub repository and allows pulling images from Docker Hub.
Allows to choose between Advanced and Simple views, sets Global Filter for images and containers. And manages available virtual ip-addresses.
This project is containerized by docker and you can simply run it:
docker pull alexagency/amhub
docker run -d -p 80:80 -p 8000:8000 -e DOCKER=$(which docker) -v /var/run/docker.sock:/docker.sock alexagency/amhub
and browsing to it:
http://localhost/
In case if you using docker-machine, create new docker machine and use its ip-address.
docker-machine create -d virtualbox dev
docker-machine ip dev
docker-machine ssh dev