simplyjarod / docker

Docker CE installation and configuration for CentOS 6 & 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker CE installation and configuration for CentOS 6 & 7

Please, download all files before executing any script. There are several dependencies between them. You can use:

yum install wget unzip -y
wget https://github.com/simplyjarod/docker/archive/master.zip
unzip master.zip
cd docker-master
chmod u+x *.sh -R

Installation

Run ./setup.sh as root from the folder this file is placed.

About

Docker CE installation and configuration for CentOS 6 & 7

License:MIT License


Languages

Language:Shell 100.0%