docker run -d -p 1521:1521 -e ORACLE_PASSWORD=<your password> -v oracle-volume:/opt/oracle/oradata tthor/oracle-free
# Reset database SYS and SYSTEM passwords
docker exec <container name|id> resetPassword <your password>
Hostname: localhost
Port: 1521
Service Name: FREEPDB1
User: system
Password: <your password>
Usage:
createAppUser APP_USER APP_USER_PASSWORD [TARGET_PDB]
APP_USER: the user name of the new user
APP_USER_PASSWORD: the password for that user
TARGET_PDB: the target pluggable database the user should be created in, default FREEPDB1
docker exec <container name|id> createAppUser <your app user> <your app user password> [<your target PDB>]
Content type
Image
Digest
sha256:32b735762…
Size
1.7 GB
Last updated
almost 2 years ago
docker pull tthor/oracle-free:full