Docker image, super user password

Hi everybody !
I’m using the Docker image from docker-tryton but when I try to enter as super user (su) , the machine asks me for the password, I don’t know where i can find that password. Can you help me ?

The docker-tryton runs by default with the user tryton
which has no administrative privileges. To log in as root you could run:

docker exec -it --user root "name_docker" bash

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.