conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Docker in Memory is - in general brocken - Clarification of documentation is needed

Open egandro opened this issue 2 years ago • 0 comments

Describe the bug Referencing this part of the documentation https://github.com/Netflix/conductor/blob/a32acec3e2ce931134a45562d3986fe32353ddad/docker/server/README.md?plain=1#L9

docker build -f docker/server/Dockerfile -t conductor:server .

Details Conductor version: main

To Reproduce Steps to reproduce the behavior:

git clone https://github.com/Netflix/conductor
cd conductor
docker build -f docker/server/Dockerfile -t conductor:server 

Expected behavior At last the in memory database should work - not some useless java exceptions.

Additional context Works with the community edition.

  • Fix the documentation and tell everybody "in memory is only available in the community edition".
  • Fix the documentation and tell everybody conductor requires Redis.

egandro avatar Aug 22 '23 11:08 egandro