Install Private Docker Registry on Centos 7

A Docker Registry is a service which you can push Docker images to for storage and sharing. We can deploy our own private Docker Registry behind our firewall with SSL encryption and HTTP authentication. Here we can use centos 7 to install docker registry and using Apache for secure connection with htpasswd. There are many ways […]
Continue reading…

 

Docker installation on CentOS 6

Docker is a new container technology and an open platform for developers and sysadmins to build, ship, and run distributed applications. “Containers” are encapsulated, lightweight, and portable application modules. Docker enables apps to be quickly assembled from components and eliminates the friction between development, QA, and production environments. Basically Docker allows the isolation of processes […]
Continue reading…