Posts

Showing posts from March 11, 2019

How to install Docker on Ubuntu-17.04

Image
        Docker is a great tool for automating the deployment of applications through containers. In this article we will see how to install docker on Ubuntu-17.04         Since Ubuntu-17.04 is not a LTS version, installing package on 17.04 is little burden. It requires apt-get update on adding repositories which will fails on dependencies. Docker is one of the too. We cannot install docker through apt-get on Ubuntu-17.04. Here is a workaround that will install and run docker on Ubuntu-17.04. Download the binary file from Docker official site through wget, jhony@ljunix~/Downloads$ wget https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz Extract the file, jhony@ljunix~/Downloads$ tar -xzf docker-17.04.0-ce.tgz Copy the extracted files and folder to /usr/bin/ directory, jhony@ljunix~/Downloads$ cd docker/ jhony@ljunix~/Downloads/docker$ ls completion docker docker-containerd docker-containerd-ctr docker-containerd-shim dockerd docker-init docke

Blog Top Sites

Blog Log