zatula/oracle-mac-m1

By zatula

Updated 17 days ago

Oracle Database 19.3.0-ee for Apple M1

Image
Databases & Storage
Operating Systems
Developer Tools

21

For educational purposes only

Docker Compose file example
version: '3.1'
services:
  oracledb:
    image: zatula/oracle-mac-m1
    container_name: oracle
    restart: unless-stopped
    ports:
      - 1521:1521
      - 5500:5500
    environment:
      ORACLE_MEM: 8000
      ORACLE_PDB: orcl
      ORACLE_PWD: oracle
      ORACLE_EDITION: enterprise
      ORACLE_SID: orclcdb

Docker Pull Command

docker pull zatula/oracle-mac-m1