Ubuntu 22.04.1 修复网卡驱动

This commit is contained in:
zyimm 2023-01-04 10:02:15 +08:00
parent 44fa51653f
commit 8a074af234

View File

@ -7,10 +7,9 @@ title: Linux Command 本地镜像
地址❤️:[Linux Command建立这个镜像站点http://linux.zyimm.com](http://linux.zyimm.com/)
## docker 安装
```sh
```shell
# 拉取镜像
docker pull ghcr.io/jaywcjlove/linux-command:latest
# 自定义端口
docker run --name linux-command --rm -d -p 3100:3000 wcjiang/linux-command:latest
```