linuxtool/Config/Docker/_init.sh

5 lines
95 B
Bash
Raw Permalink Normal View History

2024-09-26 09:48:31 +08:00
#!/bin/bash
if ! command -v docker &> /dev/null; then
echo "Docker 未安装"
2024-09-26 09:48:31 +08:00
exit 1
2025-05-19 22:41:57 +08:00
fi