https://github.com/yakdriver/build-docker-ce
Installs docker-ce on Ubuntu
https://github.com/yakdriver/build-docker-ce
Last synced: about 1 year ago
JSON representation
Installs docker-ce on Ubuntu
- Host: GitHub
- URL: https://github.com/yakdriver/build-docker-ce
- Owner: YakDriver
- License: apache-2.0
- Created: 2018-06-28T21:08:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T21:43:13.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T13:18:37.280Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-docker-ce
Installs docker-ce on Ubuntu.
Usage (on Ubuntu system):
```
$ sudo su
# apt-get update
# apt-get install git
# git clone https://github.com/YakDriver/build-docker-ce.git
# cd build-docker-ce
# chmod +x install.sh
# ./install.sh
```