Igor Diakonov b7118f48cb Fixed pg_restore flag 6 years ago
..
Dockerfile Replace deprecated MAINTAINER by LABEL 8 years ago
README.md 3.0 11 years ago

README.md

opencv

Lightweight ready-to use OpenCV image

Usage

$ docker run --rm -it -v $(pwd):/source schickling/opencv

Compile

$ g++ $(pkg-config --cflags --libs opencv) my-file.cpp