From c12a00f8291baf81716e3d6d13ed76901fc8d6db Mon Sep 17 00:00:00 2001 From: zyimm Date: Thu, 27 Oct 2022 13:57:26 +0800 Subject: [PATCH] =?UTF-8?q?linux=20=20=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/Linux/linux-command.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _posts/Linux/linux-command.md 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