Docker - update modules via command prompt

How to update modules after installing Docker Tryton using command prompt?

Update via gui does not work well for me.

Indeed it is like the database setup from Docker Hub

$ docker run --link tryton-postgres:postgres -e DB_PASSWORD=mysecretpassword -it tryton/tryton trytond-admin -d tryton -u <module>l
2 Likes

Thank you Cedric. I will give it a try.