Skip to content

ngacareer/alpine-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick reference

Supported tags and respective Dockerfile links

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

License

Copyright © 2021 Ngacareer

All contents licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published