Sign inSign up

ngacareer/alpine-python

By ngacareer

Updated over 5 years ago

Linux lightweight, Python environment.

Image
0

254

ngacareer/alpine-python repository overview

Quick reference

Quick reference (cont.)

What is alpine-python ?

Linux lightweight, Python environment.

How to use this image

  • 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

Tag summary

Content type

Image

Digest

Size

197.8 MB

Last updated

over 5 years ago

docker pull ngacareer/alpine-python