Posts

Showing posts with the label Docker installation on Ubunutu

Installation of Docker CE for Docker Host and Docker Client on Ubuntu 19.04

Image
In this blog-post, I would like to discuss the detailed steps that involved for install the latest version of  Docker as Learning Lab on your own laptop or desktop. The same set of exercise can be done on any cloud instance as well. Here is the ideology for setting up a lab in your laptop both docker server and docker client in different VirtualBox. Hope this picture gives more details! Docker Host and Docker Client setup in a Laptop Docker Installation prerequisites The list of the prerequisites are : Ubuntu 19.04 64bit OS [ 16.xx above recommended ]  User with sudo privileges vagrant by default  Vagrant Installed Oracle VirtualBox Installed  Good speed internet  Let's get started now with the following sequence of steps that could carry out to build Two Docker server and Docker Client on the Ubuntu 19.04 on VirtualBox. Docker Host runs on 192.168.33.250 and the Docker client runs on the 192.168.33.251 IP address. Knowing the IP Addr...