# docker **Repository Path**: vrwit/docker ## Basic Information - **Project Name**: docker - **Description**: docker install - **Primary Language**: Go - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-26 - **Last Updated**: 2025-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker docker安装包 ```shell #主函数 main(){ centos_install_docker ubuntu_install_docker } ``` ## centos执行命令 sh docker-install.sh centos_install_docker ## ubuntu执行命令 sh docker-install.sh ubuntu_install_docker