mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +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 |