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

Latest commit

 

History

History
12 lines (8 loc) · 404 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 404 Bytes

Build Status

Testing docker locally:

make
make test

On a Linux host machine, running CellProfiler's GUI from the container:

# Note, the following line is insecure.
xhost +local:root
docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro cellprofiler:latest ""