Docker container for E-Cell3
Docker allows software to be packaged into containers: self-contained environments that contain everything needed to run the software. Containers can be run anywhere (containers run in modern Linux kernels, but can be run on Windows and Mac as well using a virtual machine called boot2docker). E-Cell3's Docker image is stored in Docker Hub; the source Dockerfile is in Github. Our E-Cell3 image is based on ecell/spatiocyte.
E-Cell3 with CUI To run E-Cell3 docker container, run
docker run -i -t ecell/spatiocyte /bin/bash