basic centos7 (systemd, net-utils, ssh, Beijing time)
1.0K
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;
Content type
Image
Digest
Size
126.6 MB
Last updated
over 10 years ago
docker pull xrspark/centos7-base