Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 487 Bytes

README.org

File metadata and controls

18 lines (12 loc) · 487 Bytes

Slurm on Debian Docker Image

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