Skip to content

tschf/23c-podman-stack

Repository files navigation

README

23c Docs Home

Pre-requisites

This assumes you're on linux - some of the scripts might not work for you.

  • Uses curl
  • Uses pwgen

Setup

Grab the images if you don't already have them. I like to do this is an independent step rather than letting the container engine pull them in a "run" operation.

./images.sh

To get everything set up, there is a ./tearup.sh script which sets everything up. It does the following actions:

Provisions a pod with 2 containers:

  • db
  • ords

2 Volumes are created to store Oracle data and ORDS config redpectively:

  • oradata
  • ordsconfig

Configures the following in the database:

  • New schema DEVVER
  • New APEX workspace, APP_DEV
  • Rest enables the DEVVER schema

In the future if you want to spin up or down the containers just run:

podman pod stop dbfree-pod 
podman pod start dbfree-pod 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages