/python

Docker Container: Python + Java

Primary LanguageDockerfileMIT LicenseMIT

Python container in Docker

These are my Docker images, for deploying and distributing apps with Python based code.

https://hub.docker.com/r/hersonpc/python

Deploy an image

cd 3.10/oracle
docker buildx build --platform linux/amd64,linux/arm64/v8 --push -t hersonpc/python:3.10-oracle -f Dockerfile .

Get started

To get the image from Docker Hub to your machine:

docker pull hersonpc/python:<version>

To choose a version, check the options below.

Container versions

for Python 3.10

for Python 3.11