This repository contains Dockerfile of BaasBox for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull joaobiriba/baasbox
(alternatively, you can build an image from Dockerfile:
docker build -t="joaobiriba/baasbox" github.com/joaobiriba/baasbox_docker
)
docker run -d -p 9000:9000 joaobiriba/baasbox
After few seconds, open http://<host>:9000
to see the welcome page.