Galaxy Image Analysis: https://github.com/BMCV/galaxy-image-analysis
Building the image:
docker build -t galaxy-image-analysis .Running the container:
docker run --rm --privileged -p 8080:80 -p 8021:21 -p 8022:22 \
kostrykin/galaxy-image-analysis:latestor just galaxy-image-analysis for the locally built image.
Also see the instructions for the Galaxy base image.