Docker

Docker commands and walkthrough

Latest posts

Installing Docker on EC2 Instance

We are using EC2 instance having the image ~>  ami-09558250a3419e7d0 (64-bit x86) 1) Become root $ sudo su 2) Installing Docker # yum install docker -y 3) Once installed lets verify the version of docker version # docker...