Hello we are using wordpress docker image. Thanks for this image first of all. We can login to a running container using:
docker exec -it container-name /bin/bash
This logs the user as root. From here how can we change the user to www-data? We tried:
but it says:
This account is not available
Thanks for your help.