https://github.com/expoli/docker-install-menu-bash
Docker install menu bash can run in centos, ubuntu and debian
https://github.com/expoli/docker-install-menu-bash
Last synced: about 2 months ago
JSON representation
Docker install menu bash can run in centos, ubuntu and debian
- Host: GitHub
- URL: https://github.com/expoli/docker-install-menu-bash
- Owner: expoli
- Created: 2019-02-21T09:30:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T07:09:15.000Z (about 5 years ago)
- Last Synced: 2025-07-19T12:43:22.696Z (11 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-install-menu-bash
Docker install menu bash can run in centos7, ubuntu and debian
# 基本信息
```bash
#=================================================
# System Required: CentOS/Debian/Ubuntu
# Description: docker install
# Version: 1.0.0
# Author: zzutcy
# Blog: http://zzucty.top
# created 2019.02.21
# email zzucty@gmail.com,zzutcy@qq.com
#=================================================
```
## 使用方法
```bash
$ sudo bash ./install_docker.sh
Docker 一键安装管理脚本 [v1.0.15]
-- zzutcy | zzutcy/shell --
0. 升级脚本
————————————
1. 安装 Docker
2. 更新 Docker
3. 卸载 Docker
————————————
4. 启动 Docker
5. 停止 Docker
6. 重启 Docker
————————————
7. 设置加速镜像源
8. 安装 docker-compose
9. 查看 docker 运行状态
当前状态: Docker 已安装 并 已启动
# 根据提示输入相应的数字进行设置
```
## About
此脚本根据 docker 官网相应步骤进行编写,主要是用来偷懒使用,如果能够帮到你,我感到非常荣幸.