linux - Docker upgrade issue cent os 6.5 -


i trying upgrade docker on cent os 6.5 virtual machine facing problem .

when try start docker service didnt start , status stopped.

[root@localhost /]# sudo service docker status docker stopped 

i tried installing docker using below command

[root@localhost /]# sudo yum install docker 

it exited following error

transaction check error:   file /usr/bin/docker install of docker-1.5-5.el6.x86_64 conflicts file package docker-io-1.5.0-1.el6.x86_64 

and docker-io command

[root@localhost /]# sudo yum install docker-io loaded plugins: fastestmirror, security setting install process loading mirror speeds cached hostfile  * base: centosmirror.go4hosting.in  * epel: mirrors.vinahost.vn  * extras: centosmirror.go4hosting.in  * updates: centosmirror.go4hosting.in package docker-io-1.5.0-1.el6.x86_64 installed , latest version nothing 

so current situation , want remove current docker version , install docker 1.6 .

thanks.

first need upgrade kernel version >= 3.19. can install docker v1.6.2 repository: http://mirrors.kernel.org/fedora-epel/6/x86_64/


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -