We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b93d8 commit ef44646Copy full SHA for ef44646
README.md
@@ -45,12 +45,21 @@ _✨ NoneBot2 命令行工具 Docker 插件 ✨_
45
46
官方 Linux 快速安装一键脚本:
47
48
-```shell
+```bash
49
curl -fsSL https://get.docker.com | sudo sh
50
```
51
52
## 安装插件
53
54
55
nb self install nb-cli-plugin-docker
56
57
+
58
+## 使用插件
59
60
61
+nb docker
62
+# 其他别名
63
+# nb deploy
64
+# nb compose
65
+```
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nb-cli-plugin-docker"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "docker support for nb-cli"
5
authors = ["yanyongyu <yyy@nonebot.dev>"]
6
license = "MIT"
0 commit comments