Sign inSign up

weihoop/centos

By weihoop

Updated almost 8 years ago

基于Centos7.4.1708官方镜像制作

Image
0

275

weihoop/centos repository overview

基于Centos7.4.1708官方镜像制作。

Dockerfile内容
FROM centos:7.4.1708
MAINTAINER "liuhongwei <[email protected]>"
# 设置locale
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV TZ=Asia/Shanghai

COPY limits.conf /etc/security/limits.conf
COPY 20-nproc.conf /etc/security/limits.d/20-nproc.conf

RUN yum install -y net-tools && yum clean all

Tag summary

Content type

Image

Digest

Size

75.6 MB

Last updated

almost 8 years ago

docker pull weihoop/centos