giovtorres / docker-centos7-slurm

Slurm Docker Container on CentOS 7
MIT License
85 stars 56 forks source link

feat: support slurm REST API for issue #41 #42

Closed uddmorningsun closed 2 years ago

uddmorningsun commented 2 years ago

slurmrestd needs unshare System V namespace permission in container. If not, slurmrestd will raise below following:

slurmrestd: fatal: Unable to unshare System V namespace: Operation not permitted

Signed-off-by: Chenyang Yan memory.yancy@gmail.com

uddmorningsun commented 2 years ago

@giovtorres I have updated and rebased, and then I have added more use cases based on my usage and learning. Thanks review!