Sign inSign up

xrspark/centos7-base

By xrspark

Updated over 10 years ago

basic centos7 (systemd, net-utils, ssh, Beijing time)

Image
0

1.0K

xrspark/centos7-base repository overview

Dockerfile

FROM xrspark/centos7-systemd MAINTAINER "shiziye" RUN rm -f /etc/localtime;
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime;
yum -y install sudo less;
yum -y install iproute net-tools bind-utils;
yum -y install openssh-clients openssh-server;
yum update;
yum clean all;
systemctl enable sshd;

Tag summary

Content type

Image

Digest

Size

126.6 MB

Last updated

over 10 years ago

docker pull xrspark/centos7-base