Docker-images: root password

Created on 29 Dec 2017  路  1Comment  路  Source: oracle/docker-images

Hello,
My oracle datafiles are located outside the container. Due to a hardware issue I had to transfer the container to another machine (by commit/save/load).
The datafiles, control files etc, was moved by copy/paste to the shared volume. The images was transferd correctly but the control file is under root and not under oracle user and the database is not mounted.
I need to change the owner for thoses files but the oracle user hasn't the sudo rights.
Can you please tell me what is the root password?

Thank you very much.
Dana

Most helpful comment

Found this 馃憤 docker exec -u 0 -it mycontainer bash

>All comments

Found this 馃憤 docker exec -u 0 -it mycontainer bash

Was this page helpful?
0 / 5 - 0 ratings