Saturday, December 23, 2017

Installing Docker on Ubuntu

Steps to install Docker on Ubuntu 14.04.5 LTS
  1. download Ubuntu 14.04.5 LTS 
  2. install configure in Oracle VM
  3. sudo su
  4. apt-get update
  5. apt-get install -y docker.io



when we run a command like "docker -v" then its like , client throws command at daemon



There is one more command



See image notes for imp info

No comments: