by Reeshma Mathews | Nov 29, 2016 | Apache, Docker
In our previous post on Docker web hosting, we saw the benefits of Docker that makes it suitable for specialized hosting at low costs. In web hosting, there are many key components such as web server, email server, dns server, etc. that are required for the website...
by Reeshma Mathews | Nov 28, 2016 | cPanel, Docker, Plesk, Technical Support
The vast majority of web hosting customers are small businesses such as cake shops, accounting firms, etc. These are customers who are very savvy in their trade, and usually look for an easy way to establish an online presence. Small time business owners primarily...
by Reeshma Mathews | Nov 3, 2016 | Docker, Server Management
In a Docker infrastructure, monitoring the containers is vital to ensure that a single container do not end up abusing the host machine and crash other containers. Docker container monitoring involves keeping an eye on the metrics such as available CPU, mem, blkio,...
by Reeshma Mathews | Oct 28, 2016 | Docker
While most DevOps engineers prefer managing their Docker container infrastructure from the command line, some users prefer to have a Docker web UI. There are many open source Docker web UI available, suited for different purposes that range from basic container...
by Reeshma Mathews | Oct 26, 2016 | Docker, Server Management
Docker performance can be affected by a single container that abuses the CPU or memory, which can eventually end up crashing other containers or the entire machine. Most hosting providers implement QoS (Quality of Service) to improve Docker performance. This...