diff --git a/_posts/Linux/linux-command.md b/_posts/Linux/linux-command.md new file mode 100644 index 0000000..c3cf91e --- /dev/null +++ b/_posts/Linux/linux-command.md @@ -0,0 +1,19 @@ +--- +title: Linux Command 本地镜像 +--- + +方便工作学习中查找linux方便的命令,特地基于Linux Command建立这个镜像站点! + +地址:[Linux Command建立这个镜像站点!](http://linux.zyimm.com/) + +## docker 安装 +```sh +docker pull ghcr.io/jaywcjlove/linux-command:latest + +# 自定义端口 +docker run --name linux-command --rm -d -p 3100:3000 wcjiang/linux-command:latest +``` + +在浏览器中访问以下 URL + +`http://localhost:3100/` \ No newline at end of file