Sign inSign up

dvtoever/oracle

By dvtoever

•Updated almost 3 years ago

Oracle 19 faststart image for Macbook M1/M2/M3 chips.

Image
0

570

dvtoever/oracle repository overview

You can start the image using the following fragment in your docker-compose.yml file:

services:
  oracle19-arm:
    image: oracle/database:19.3.0-ee-slim-faststart
    container_name: oracle19-arm
    environment:
      - ORACLE_PASSWORD=Oracle_2023
      - APP_USER=test
      - APP_USER_PASSWORD=test
      - ORACLE_DATABASE=XEPDB1
      - INIT_SGA_SIZE=1536
      - INIT_PGA_SIZE=512
    ports:
      - "1521:1521"

Tag summary

Content type

Image

Digest

sha256:92e955055…

Size

2.5 GB

Last updated

almost 3 years ago

docker pull dvtoever/oracle:19.3.0-ee-slim-faststart