Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 195 Bytes

DOCKER_INSTALL.md

File metadata and controls

10 lines (8 loc) · 195 Bytes

Docker OSX Install

Build the container and run the image...

$ boot2docker init
$ boot2docker start
$ docker build --rm -t flask-docker-ocr .
$ docker run -p 80:5000 flask-docker-ocr