Sign inSign up

shine09/centos

By shine09

•Updated almost 4 years ago

Image
0

98

shine09/centos repository overview

简单的 Dockerfile

FROM centos:centos7
LABEL maintainer="ang <[email protected]>"

RUN yum -y wget curl python2 net-tools; yum clean all

构建&推送:

docker build -t shine09/centos:7-python2 .
docker push shine09/centos:7-python2

Tag summary

Content type

Image

Digest

sha256:c4adbd36a…

Size

78.7 MB

Last updated

almost 4 years ago

docker pull shine09/centos:7-python2