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
Content type
Image
Digest
Size
249.9 MB
Last updated
over 9 years ago
docker pull rxwatcher/quickbox_dashboard_docker