As stated in https://github.com/ibm-messaging/mq-docker/blob/master/README.md when I add a user I get permission denied [ useradd: Permission denied. useradd: cannot lock /etc/group; try again later.]
It seems I can only add the user as root. I switched as root user [ by providing "-u 0" ] while executing the docker container and tried. It is also not possible in that way.
Any idea to add an user inside mqm group of IBM MQ Docker container?
useradd user101 -G mqm && \
echo user101:passw0rd | chpasswd