https://github.com/jrohy/docker-install
auto install latest docker by online/offline (binary install)
https://github.com/jrohy/docker-install
docker docker-install
Last synced: 10 months ago
JSON representation
auto install latest docker by online/offline (binary install)
- Host: GitHub
- URL: https://github.com/jrohy/docker-install
- Owner: Jrohy
- License: gpl-3.0
- Created: 2019-05-14T16:51:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T14:43:00.000Z (about 2 years ago)
- Last Synced: 2025-04-07T20:56:16.332Z (about 1 year ago)
- Topics: docker, docker-install
- Language: Shell
- Homepage:
- Size: 67.4 KB
- Stars: 110
- Watchers: 4
- Forks: 59
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-install



auto install latest docker by online/offline (binaries install)
## Install/Update docker online
```
source <(curl -sL https://docker-install.netlify.app/install.sh)
```
## Install docker by official shell(get.docker.com)
```
source <(curl -sL https://docker-install.netlify.app/install.sh) -s
```
## Install/Update docker offline
```
./install.sh -f /root/docker-18.09.6.tgz
```
bash-completion file **docker.bash** should put same directory with install.sh
offline file: https://download.docker.com/linux/static/stable/