An open API service indexing awesome lists of open source software.

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

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
```