Skip to content

Scripts for docker-machine to install a particular docker version

Notifications You must be signed in to change notification settings

gitlawr/install-docker

This branch is 3 commits ahead of, 250 commits behind rancher/install-docker:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

75f64c3 · Jul 18, 2017

History

9 Commits
Apr 12, 2017
Jan 20, 2017
Apr 12, 2017
Jan 20, 2017
Apr 12, 2017
Apr 12, 2017
Apr 12, 2017
Apr 12, 2017
Apr 12, 2017
Apr 12, 2017
Jan 20, 2017
Apr 12, 2017
Apr 12, 2017
Apr 5, 2017
Apr 12, 2017
Apr 12, 2017
Apr 5, 2017
Apr 12, 2017
Apr 6, 2017
Jul 18, 2017
Apr 5, 2017

Repository files navigation

Description

These scripts are originated from get.docker.com and are meant for quick & easy docker installation in different versions. They use mirrors in China(Thanks to USTC) to help relief network problem to get docker in China environment.

Usage

curl -sSL https://github.com/gitlawr/install-docker/blob/1.0/<docker-version-you-want>.sh?raw=true | sh

or:

wget -qO- https://github.com/gitlawr/install-docker/blob/1.0/<docker-version-you-want>.sh?raw=true | sh 

Supported Docker Version

Might slightly different among Linux distributions, for example no 1.10.3 for Ubuntu 16.04.

  • 1.10.3
  • 1.11.2
  • 1.12.1
  • 1.12.2
  • 1.12.3
  • 1.12.4
  • 1.12.5
  • 1.12.6
  • 1.13.0
  • 1.13.1
  • 17.03.0
  • 17.03.1
  • 17.04.0

Notes

The scripts are tested on Ubuntu_Xenial,CentOS7 and Debian_Jessie. If you encounter any problem using these scripts, feel free to change them yourself, bring up an issue or send me an email.

About

Scripts for docker-machine to install a particular docker version

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%