基于官方镜像FROM centos:7 做自定义更新。
latest (centos/latest/Dockerfile)
7 (centos/7/Dockerfile)
docker pull zingsono/centos:7
docker run -it zingsono/centos:7 /bin/bash
[ 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 ,默认系统语言是英文,导致中文控制台乱码Content type
Image
Digest
Size
71.2 MB
Last updated
almost 8 years ago
docker pull zingsono/centos