This question has been flagged
1 Reply
5995 Views

Anyone know how to login as root for odoo docker?

Avatar
Discard
Best Answer

You can access the Odoo container as root with the following:

$ docker exec -it -u root <container_name> bash
Avatar
Discard

Today I installed docker odoo11, the above command give me this error: flag provided but not defined: -u