- Created by: ngacareer
- Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow
- Where to file issues https://github.com/ngacareer/alpine-python/issues
Linux lightweight, Python environment.
- On Docker
docker run -itd --name alpine-python ngacareer/alpine-python
docker exec -it alpine-python sh
# python3.9 -V
- On Kubernetes
kubectl run alpine-python --image=ngacareer/alpine-python
kubectl exec -it alpine-python sh
# python3.9 -V
- On OpenShift
oc run alpine-python --image=ngacareer/alpine-python
oc exec alpine-python -i -t sh
# python3.9 -V
Copyright © 2021 Ngacareer
All contents licensed under the MIT License