Skip to content

Instantly share code, notes, and snippets.

View nghinguyenvan's full-sized avatar

nghinguyenvan

View GitHub Profile
@nghinguyenvan
nghinguyenvan / installDockerAndDockerCompose.sh
Created December 22, 2018 08:23 — forked from theeye-io/installDockerAndDockerCompose.sh
Install Docker 1.13 and Docker-compose on ubuntu 16.04
#1.Install packages to allow apt to use a repository over HTTPS:
sudo apt-get install -y --no-install-recommends \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
#2.Add Docker official GPG key:
curl -fsSL https://apt.dockerproject.org/gpg | sudo apt-key add -