conjurdemos / conjur-intro

Miscellaneous utilities that make it easier to make, manage, and run demos
Apache License 2.0
10 stars 11 forks source link

Minor fix to the client and client-follower #42

Closed shaharglazner closed 4 years ago

shaharglazner commented 5 years ago

The clients (both regular and follower) were broken - First error -

ERROR: for cluster_follower-client_1  Cannot create container for service follower-client: the working directory '-w /src/cli' is invalid, it needs to be an absolute path

Fixed by removing the "-w" flag.

Then, if I was raising the clients using docker-compose up -d client it was exiting immediately, So I added the sleep entrypoint.