记录docker命令

This commit is contained in:
2024-04-19 23:11:53 +08:00
parent 35c605f048
commit 05998e47c5

View File

@@ -307,4 +307,6 @@ docker stop ulthon_admin
docker remove ulthon_admin
# 开启交互终端
docker exec -it ulthon_admin /bin/bash
# 删除没有运行的镜像
docker image prune -a
```