I have containers for multiple Atlassian products; JIRA, Bitbucket and Confluence. When I\'m trying to access the running containers I
JIRA
Bitbucket
Confluence
You can use this command to access to the container with root user:
docker exec -u 0 -i -t {container_name_or_hash} /bin/bash
try debug with that. i think the script maybe remove or disable root user.