Sign inSign up

zjzstu/ubuntu

By zjzstu

•Updated almost 7 years ago

Image
0

1.2K

zjzstu/ubuntu repository overview

Docker Ubuntu镜像配置

参考:[Docker][Ubuntu 18.04]中文环境配置⁠

⁠tag描述

  • zjzstu/ubuntu:18.04:
  1. 添加阿里云镜像源
  2. 设置zh_CN.UTF_8字符集
  3. 设置Asia/Shanghai时区
  • zjzstu/ubuntu:18.04-en:字符集设置为en_US.UTF-8

⁠启动

docker run \
    -e XMODIFIERS="@im=fcitx" \
    -e QT_IM_MODULE="fcitx"  \
    -e GTK_IM_MODULE="fcitx" \
    -it --rm  \
    --name ubuntu \
    zjzstu/ubuntu:18.04 \
    bash

Tag summary

Content type

Image

Digest

Size

36.1 MB

Last updated

almost 7 years ago

docker pull zjzstu/ubuntu