For us, we used to ETL jobs.
# 1. create volume for python env folder
docker volume create job_demo1
# 2. run container
docker run -itd --name py -v job_demo1:/app softlang/python:3.7-cx122oracle
Content type
Image
Digest
sha256:a2d4d4f24…
Size
259.4 MB
Last updated
over 1 year ago
docker pull softlang/python:3.11-cx122oracle