Skip to content

Docker version with API Version 1.39 fix for kubernetes init problem

Notifications You must be signed in to change notification settings

skmidhun09/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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