查看系统类型
cat /proc/version
查看中文字体
fc-list :lang=zh-cn
安装字体
apt-get install -y --force-yes --no-install-recommends fonts-wqy-microhei
apt-get install -y --force-yes --no-install-recommends ttf-wqy-zenhei
docker
FROM java:8
VOLUME /tmp
RUN apt-get update \
&& apt-get install -y --force-yes --no-install-recommends \
fonts-wqy-microhei \
ttf-wqy-zenhei
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。