johnlonganecker / SimpleCV-Docker

An easy way to start trying SimpleCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleCV Docker

Docker Hub

docker pull johnlonganecker/simplecv

Create Image

docker build -t simplecv .
docker run -it simplecv /bin/bash

Setup a Share Folder

docker run -v /path/on/host:/path/on/container -it SimpleCV /bin/bash

What I run on my Mac
Share my current direcory

docker run -v $(pwd):/simplecv -it SimpleCV /bin/bash

Now we can share images between my host machine and the container

To exit
CTRL+D or type exit

Issues/Feature Requests

Submit a GitHub Issue

Contribute

Submit a PR

About

An easy way to start trying SimpleCV

License:MIT License