Starting SciCell++ on Linux

Overview

  1. Run Docker container with SciCell++

  2. Troubleshooting

Run Docker container with SciCell++

  1. Open a terminal and go to the folder where you ran the git clone command, then type the following:

    sudo ./scicellxx/tools/run_scicellxx_on_docker.sh
    

If you spot no errors then follow the instructions on section Configuration.

Troubleshooting

I am getting an error when executing the script run_scicellxx_on_docker.sh

If you get an error when executing the run_scicellxx_on_docker.sh script stating that the name /scicellxx is already in use by another container then you need to DELETE that container prior to start another one with the same name.

  • Open a terminal and type the folowing:

    sudo ./scicellxx/tools/stop_scicellxx_on_docker.sh