Skip to content

Latest commit

History

History
16 lines (11 loc) 路 273 Bytes

docker-installation-guide-ubuntu.md

File metadata and controls

16 lines (11 loc) 路 273 Bytes

Docker Ubuntu Installation Guide

Installation

This installation tested on:

  • Ubuntu 14.04
  • Docker version 1.7.0, build 0baf609
wget -qO- https://get.docker.com/ | sh
sudo usermod -aG docker ubuntu # for using docker without sudo