Sign inSign up

jellywen/centos76-python27

By jellywen

•Updated over 7 years ago

Image
0

299

jellywen/centos76-python27 repository overview

⁠使用文档

⁠背景

centos7上跑python2.7应用,默认带的Python pip不能用

⁠编译

docker build -t centos76-python27:1.0.0 .

⁠推到dockerhub

  • docker login
  • docker tag [ImageId] jellywen/centos76-python27:[镜像版本号]
  • docker push jellywen/centos76-python27:[镜像版本号]

⁠build机器上使用

  • docker run -itd -p 88:80 --name centos centos76-python27:1.0.0 bash

⁠非build机器上使用

  • docker run -itd -p 88:80 --name centos centos76-python27:1.0.0 bash

⁠本地访问

Tag summary

Content type

Image

Digest

Size

376.6 MB

Last updated

over 7 years ago

docker pull jellywen/centos76-python27:2.1.0