Slurm in Docker - Exploring Slurm using CentOS 7 based Docker images
10K+
On Github at https://github.com/scidas/slurm-in-docker
WORK IN PROGRESS
Use Docker to explore the various components of Slurm
This work represents a small exploratory Slurm cluster using CentOS 7 based Docker images. The intent was to learn the basics of Slurm prior to extending the concept to a more distributed environment.
Images include:
An example docker-compose.yml file is provided that builds and deploys the diagramed topology

Listing of participating containers with FQDNs and their function within the cluster.
| Container | Function | FQDN |
|---|---|---|
| controller | Slurm Primary Controller | controller.local.dev |
| database | Slurm Primary Database Daemon | database.local.dev |
| worker01 | Slurm Worker | worker01.local.dev |
| worker02 | Slurm Worker | worker02.local.dev |
Documentation and more at: https://github.com/scidas/slurm-in-docker
Content type
Image
Digest
Size
437.1 MB
Last updated
over 8 years ago
docker pull scidas/slurm.controller