Linux lightweight, Python environment.
254
Linux lightweight, Python environment.
docker run -itd --name alpine-python ngacareer/alpine-python
docker exec -it alpine-python sh
# python3.9 -V
kubectl run alpine-python --image=ngacareer/alpine-python
kubectl exec -it alpine-python sh
# python3.9 -V
oc run alpine-python --image=ngacareer/alpine-python
oc exec alpine-python -i -t sh
# python3.9 -V
Content type
Image
Digest
Size
197.8 MB
Last updated
over 5 years ago
docker pull ngacareer/alpine-python