본문 바로가기
Docker, k8s

Docker 로 linux python3 이미지 받기

by bryan.oh 2020. 8. 11.
반응형

Docker Hub 에서 python 이미지를 찾습니다.

https://hub.docker.com/_/python

 

python - Docker Hub

Supported tags and respective Dockerfile links (See "What's the difference between 'Shared' and 'Simple' tags?" in the FAQ.) Simple Tags 3.9.0a1-buster, 3.9-rc-buster, rc-buster 3.9.0a1-alpine3.10, 3.9-rc-alpine3.10, rc-alpine3.10, 3.9.0a1-alpine, 3.9-rc-a

hub.docker.com

 

docker image 를 pull 합니다.

( 지금은 윈도우PC라서 윈도우에서 캡쳐 합니다)

전 3.7.8-buster 버전으로 받아볼랍니다.

$ docker pull python:3.7.8-buster

다 받으면 이미지 확인.

$ docker images

컨테이너 생성해서 바로 /bin/bash 실행.

$ docker run -it --name=my_python python:3.7.8-buster /bin/bash

리눅스가 떴네요.

 

python  버전 확인.

728x90
반응형

댓글