2026/1/22小于 1 分钟
配置检查
#检查docker compose文件配置
docker compose config
#只输出服务名称
docker compose config --services
#只输出卷名称
docker compose config --volumes
#其它常用参数,可见docker compose config -h
--environment #Print environment used for interpolation.
--images #Print the image names, one per line.
2025/11/6大约 1 分钟
打开全局配置文件
git config --global --edit
2025/11/3小于 1 分钟
