I have create a docker image that allows users to connect on it with SSH.
For security reason, I'd like to users can change their password. I only use docker named volumes, so I can't bind /etc/passwd and I don't want to mount all /etc
Any ideas? Thanks in advance.