Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 650 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 650 Bytes

docker

Prerequesties unzip , rpm installed in the system. Remove the currently installed docker

Docker version with API Version 1.39 fix for kubernetes init problem. The latest docker version comes with docker API version 1.40 and causes kubernetes error. To solve the above problem we have this.

clone this repo and run

$ sh install.sh

  or

$ ./install.sh

in your shell as root (which would install docker and all its dependency ) docker version is 18.09.9 and docker APi - 1.39

Enable docker and start docker using

$ systemctl enable docker

$ systemctl start docker

check docker version using cmd

$ docker version