mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-03 23:20:44 +00:00
10 lines
176 B
TOML
10 lines
176 B
TOML
![]() |
[tasks.show_usage]
|
||
|
script = """
|
||
|
docker system df -v
|
||
|
# docker volume rm xxxxx
|
||
|
docker volume prune
|
||
|
"""
|
||
|
|
||
|
#docker container ls -al
|
||
|
#docker stop clever_mayer
|
||
|
#docker rm clever_mayer
|