linux 命令
This commit is contained in:
parent
c12a00f829
commit
90d44aba37
@ -2,18 +2,30 @@
|
|||||||
title: Linux Command 本地镜像
|
title: Linux Command 本地镜像
|
||||||
---
|
---
|
||||||
|
|
||||||
方便工作学习中查找linux方便的命令,特地基于Linux Command建立这个镜像站点!
|
方便工作学习中查找linux方便的命令(因为自己搞容易记得 😂 ),特地基于Linux Command建立这个镜像站点!
|
||||||
|
|
||||||
地址:[Linux Command建立这个镜像站点!](http://linux.zyimm.com/)
|
地址❤️:[Linux Command建立这个镜像站点!http://linux.zyimm.com](http://linux.zyimm.com/)
|
||||||
|
|
||||||
## docker 安装
|
## docker 安装
|
||||||
```sh
|
```sh
|
||||||
|
# 拉取镜像
|
||||||
docker pull ghcr.io/jaywcjlove/linux-command:latest
|
docker pull ghcr.io/jaywcjlove/linux-command:latest
|
||||||
|
|
||||||
# 自定义端口
|
# 自定义端口
|
||||||
docker run --name linux-command --rm -d -p 3100:3000 wcjiang/linux-command:latest
|
docker run --name linux-command --rm -d -p 3100:3000 wcjiang/linux-command:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
在浏览器中访问以下 URL
|
在浏览器中访问如下地址:
|
||||||
|
|
||||||
`http://localhost:3100/`
|
`http://localhost:3100/`
|
||||||
|
|
||||||
|
## 参考
|
||||||
|
|
||||||
|
- [linux-command https://github.com/jaywcjlove/linux-command](https://github.com/jaywcjlove/linux-command)
|
||||||
|
- [Markdown官方教程 https://markdown.com.cn](https://markdown.com.cn/intro.html)
|
||||||
|
- [emoji表情参考 https://emojipedia.org](https://emojipedia.org/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 推荐
|
||||||
|
其实我还推荐一个关于linux命令参考网站:[www.linuxcool.com(命令示例也不错!)](https://www.linuxcool.com/)
|
Loading…
x
Reference in New Issue
Block a user