Skip to content

Latest commit

 

History

History
29 lines (11 loc) · 905 Bytes

README.md

File metadata and controls

29 lines (11 loc) · 905 Bytes

BaasBox Dockerfile

This repository contains Dockerfile of BaasBox for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. 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)

Usage

docker run -d -p 9000:9000 joaobiriba/baasbox

After few seconds, open http://<host>:9000 to see the welcome page.