-
Notifications
You must be signed in to change notification settings - Fork 1
WIP: Docker open ldap, slurm and directory management #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reason: setting base domain for docker container causes maintenance in init ldif files and I can not make the placeholders value from container work right now.
Update to slurm dockerI have fiddle around with https://github.com/giovtorres/slurm-docker-cluster to provide containers as slurm cluter for app. I managed to get the app work to add/list users in the slurmdb. However I need to write an extra docker compose and DockerFile inherting from the Dockerfile and compose file of https://github.com/giovtorres/slurm-docker-cluster . Reasons
|
Try accessing container via internal hostname (i.e. service name in docker compose). |
Is not possible by default from the host to a docker container. By default only docker container can address each other via hostname or container name. Hostnames however are not visible to host machine. Would need separated dns service started or adjusted host file on host machines. Static ip address, assigned via docker compose file, works just fine. |
helper scripts for restarting and removing volumes
Privileged enough for mkdir command because of sudo
Problems with implementing user directory management in the docker container for development
Suggestion to the problemThese are the following workarounds:
|
removed not needed root user password and login
after every docker build
e2ca0a3
to
b7821dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Releated issue.