Sign inSign up

zingsono/centos

By zingsono

Updated over 7 years ago

Centos

Image
0

1.2K

zingsono/centos repository overview

CentOS7

基于官方镜像FROM centos:7 做自定义更新。

Simple Tags

latest (centos/latest/Dockerfile)
7 (centos/7/Dockerfile)

Example

docker pull zingsono/centos:7

docker run -it zingsono/centos:7 /bin/bash

Change log

[ 2018-06-12 ]

  • 设置时区 RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime ,使系统时间与中国时间同步;
  • 设置中文 RUN echo 'LANG="zh_CN.UTF-8"' > /etc/locale.conf && source /etc/locale.conf ,默认系统语言是英文,导致中文控制台乱码

Tag summary

Content type

Image

Digest

Size

71.2 MB

Last updated

almost 8 years ago

docker pull zingsono/centos