misterpki / docker-vault

Vault example using docker and docker-compose
18 stars 11 forks source link

Issue starting vault client #1

Open poojan007 opened 3 years ago

poojan007 commented 3 years ago

Hi sir, I'm facing issue in starting the vault client when i run docker-compose up -d command the vault server successfully comes up but the client won't start with the following error image

misterpki commented 3 years ago

Try running docker system prune and then docker-compose up --build. Perhaps there is something going on here that pruning the docker system will fix.

AliakseiKakora commented 3 years ago

Hello. I have the same problem. Can you have a solution? docker system prune it didn't help me

PerJV commented 3 years ago

Found a solution that worked for me : With run.sh : Use notepad++, go to edit -> EOL conversion -> change from CRLF to LF.