GitHub user PragmaTwice edited a comment on the discussion: (error) ERR Invalid password
The environment variable is inside the container, but here `$KVROCKS_REQUIREPASS` will be resolved in your host environment. So it's due to your wrong use of shell. please try this: `docker run -it --rm apache/kvrocks:2.9.0 --requirepass testpw` GitHub link: https://github.com/apache/kvrocks/discussions/2462#discussioncomment-10218594 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
