Ubuntu 22.04.1 修复网卡驱动
This commit is contained in:
parent
44fa51653f
commit
8a074af234
|
@ -7,10 +7,9 @@ title: Linux Command 本地镜像
|
||||||
地址❤️:[Linux Command建立这个镜像站点!http://linux.zyimm.com](http://linux.zyimm.com/)
|
地址❤️:[Linux Command建立这个镜像站点!http://linux.zyimm.com](http://linux.zyimm.com/)
|
||||||
|
|
||||||
## docker 安装
|
## docker 安装
|
||||||
```sh
|
```shell
|
||||||
# 拉取镜像
|
# 拉取镜像
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user