Sign inSign up

rxwatcher/quickbox_dashboard_docker

By rxwatcher

Updated over 9 years ago

test..do not use

Image
0

1.8K

rxwatcher/quickbox_dashboard_docker repository overview

quickbox_dashboard_docker [wip]

Install docker setup with the following:

git clone https://github.com/JMSDOnline/quickbox_dashboard_docker.git /etc/quickbox
cd /etc/quickbox && bash install.sh

Now pull the image

docker pull quickboxio/quickbox-dashboard:development

Next, run it

docker run --name=quickbox -i -t -d -p 80:80 quickboxio/quickbox-dashboard:development /bin/bash

You can enter the image with docker exec -it quickbox bash

Containers can be seen with docker ps - Images can be seen with docker images

Tag summary

Content type

Image

Digest

Size

249.9 MB

Last updated

over 9 years ago

docker pull rxwatcher/quickbox_dashboard_docker