Data Center Automation


Linux Containers: 
Linux containers have different approach than the Virtualization technology. Simply we can say this is OS level Virtualization, which means all containers run on top of one linux operating system. We can start containers on a hardware running machine or inside of running virtual machine. Each container run's as a fully isolated operating sysem.



Remote docker host using docker client
If we want to accept the connection requests from a remote client we need to start the docker daemon on remote port

No comments :

Post a Comment