Closed marcdexet-cnrs closed 2 years ago
I found out the solution and applied it
Now it's OK.
May a .gitattribute
file be the solution
For windows users who encounter problems as
slurm-dbd | -- Waiting for database to become active ...
' (2)-dbd | ERROR 2005 (HY000): Unknown MySQL server host 'mysql
slurm-dbd | -- Waiting for database to become active ..
for a very long time after getting up, maybe we need to update also README with
git rm --cached -r . # Remove every file from git's index. git reset --hard
Closed in #20 . Thanks for your contribution.
Context
Steps to reproduce
docker build -t slurm-docker-cluster:19.05.1 .
docker-compose up