Install cideMOD docker image
Source: cideMOD DockerHub
Once Docker is installed, the next step is to download the cideMOD image and create the container.
Download the Docker image.
$ docker pull cidetec/cidemod:v2.0.0
Check that the image is installed correctly.
$ docker images
Next, a folder is created that will be linked to the Docker container for file sharing.
$ mkdir cideMOD
Finally, the container is created based on the cideMOD image and the link between the content folder and the newly created folder is created.
$ docker run -ti --name cideMOD -v /home/{user_name}/{path_to}/cideMOD:/home/cidemod/shared cidetec/cidemod
The cideMOD container terminal should be opened.