This is an all-in-one Slurm installation.
This container provides everything you need to test using a Python 3.7
interpreter.
Start the test environment:
docker-compose up -d --build --remove-orphans
To check: docker ps
To enter the shell of the running container in the interactive mode, run:
docker exec --hostname slurmctl -it slurm_debian_slurm_1 /bin/bash