Open a terminal in the Setup folder and run docker-compose up.
After TranSMART has been installed with Docker, the interface is available in the browser at http://localhost:80.
The login credentials are:
user: admin
password: admin
Import of the study "MIMIC" into TranSMART for the exercise. This can only be imported once the Docker containers are running.
Copy the MIMIC folder from /Material/MIMIC into the volume.
The folder is copied using an additional Docker image Busybox. The container therefore has access to the volume.
Open a terminal in the Material folder and run the following:
docker run -v tm_umg_tm_opt:/data --name helper busybox truedocker cp ./MIMIC helper:/datadocker rm helper
The volume should now contain the MIMIC folder. See the volume in Docker Desktop:

Once the folder with data has been copied into the volume, run the following in a terminal:
docker-compose exec tmbatch /opt/git/transmart-batch/transmart-batch.jar -c /opt/git/transmart-batch/batchdb.properties -n -p /opt/MIMIC/clinical.params
Docker Desktop: This can also be executed directly in Docker Desktop.
- Click on the container tm-batch and select the "Exec" tab:

- Run the following:
/opt/git/transmart-batch/transmart-batch.jar -c /opt/git/transmart-batch/batchdb.properties -n -p /opt/MIMIC/clinical.params

The MIMIC study should now be imported into TranSMART.