Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 266 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 266 Bytes

Dockerfile for Tabula

How to run

  1. Build: docker build -t tabula .
  2. Create data directory: mkdir /path/to/tabula-data
  3. Run: docker run -v /path/to/tabula-data:/tabula-data -p 9292:9292 tabula

Tabula will be available in: http://<DOCKER_IP>:9292