Sign inSign up

brunswickheads/amhub-s390x

By brunswickheads

Updated about 10 years ago

Application Manager Docker Hub for ClefOS

Image
0

1.5K

brunswickheads/amhub-s390x repository overview

Derived from the work of Alexander Zavgorodniy

Join the chat at https://gitter.im/alex-agency/AMHub Build Status Code Climate

Application Manager Docker Hub

Containers View

Shows all docker containers.

1

Container Info

Shows container details. The HTTP Connect button opens new browser's tab and redirects to particular port of container.

2

Commit Container

Saves all container changes to new docker image.

3

Image Info

Shows image details.

4

Images View

Shows all docker images.

5

Create Container

Creates new docker container from image. It allows to bind particular volumes, ip or ports.

6

Remove Image

Removes image and all containers which were created from this image.

7

Browse Repos

Browses public Docker Hub repository and allows pulling images from Docker Hub.

8

Settings

Allows to choose between Advanced and Simple views, sets Global Filter for images and containers. And manages available virtual ip-addresses.

9

Demo

This project is containerized by docker and you can simply run it:

docker run -d -p 80:80 -p 8000:8000 -e DOCKER=$(which docker) -v /var/run/docker.sock:/docker.sock brunswickheads/amhub-s390x

and browsing to it:

 http://<dockerhost.ip.address>/

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

License

MIT

Tag summary

Content type

Image

Digest

Size

425.8 MB

Last updated

about 10 years ago

docker pull brunswickheads/amhub-s390x