You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://hub.docker.com/r/wcjiang/linux-command) [](https://hub.docker.com/r/wcjiang/linux-command) [](https://hub.docker.com/r/wcjiang/linux-command)
87
+
88
+
轻松通过 `docker` 部署 `linux-command` 网站。
89
+
90
+
```bash
91
+
docker pull wcjiang/linux-command
92
+
```
93
+
94
+
```bash
95
+
docker run --name linux-command --rm -d -p 9665:80 wcjiang/linux-command:latest
96
+
# Or
97
+
docker run --name linux-command -itd -p 9665:80 wcjiang/linux-command:latest
0 commit comments