opt. & new

- opt.: docker page perf
- new: docker stats
This commit is contained in:
lollipopkit
2023-08-02 23:07:11 +08:00
parent 336c31e48d
commit 0038ed347f
10 changed files with 215 additions and 136 deletions

View File

@@ -36,7 +36,8 @@ enum DockerErrType {
noClient,
notInstalled,
invalidVersion,
cmdNoPrefix
cmdNoPrefix,
segmentsNotMatch,
}
class DockerErr extends Err<DockerErrType> {