by Reeshma Mathews | Dec 26, 2016 | Docker
Virtualization using Docker containers has gained popularity in application hosting, owing to its light-weight design and fast-deployment features. Docker architecture is in such a way that the containers can connect to the outside world by default. But you cannot...
by Reeshma Mathews | Dec 23, 2016 | Docker, Server Management, Technical Support
Docker containers gained popularity as they enabled fast application deployment. This made them ideal solution for hosting applications and services. But to access these applications or services externally, we need to expose the docker ports. While port forwarding is...
by Reeshma Mathews | Dec 14, 2016 | Docker
Docker containers can be used for multiple purposes such as application deployment or service hosting. The number of containers that can be hosted in a machine depends on the total disk space available. For cost-effective hosting purposes, it is often required to...
by Reeshma Mathews | Dec 12, 2016 | Docker, Server Management
Due to its ‘light-weight’ reputation, container technologies such as Docker and LXC get a lot of attention from online businesses these days. Docker and LXC are suited for different purposes. But in the flurry of information floating in the internet, these...
by Reeshma Mathews | Dec 9, 2016 | Docker, Server Management
Docker containers can be used to host applications ranging from one-time testing to 24/7 web hosting instances. Depending on its purpose, the system setup can vary. Every Docker machine runs a ‘docker’ daemon, which is required for the containers to...
by Reeshma Mathews | Dec 9, 2016 | Docker, Server Administration, Server Management, Technical Support
Though Docker containers are sometimes referred as ‘light-weight VMs’, they are not VMs (virtual machines). Both serve different purposes, and hence one cannot replace the other. Their underlying architecture is what differentiates Docker from Virtual...
Recent Comments