by Keerthi PS | Dec 1, 2019 | Docker, Latest
Want Docker to restart container on reboot? This is quite simple with the Docker restart policies or a Process Manager. But the better choice is to use the restart policy. Because it specifies how a container restart on exit. At Bobcares, we often get requests to...
by Keerthi PS | Nov 4, 2019 | Docker, Latest, Server Management
Iptables: No chain/target/match by that name is an error while running a Docker container. Confused about how running a Docker caused an iptables error? This is because Docker works in correlation with iptables. At Bobcares, we get requests to fix docker iptables...
by Keerthi PS | Sep 14, 2019 | Docker, Latest
Isn’t it frustrating if you can’t even start a Docker container? Usually, the Docker oci runtime error occurs due to improper namespace setup or system file errors. Start-up errors in Docker containers always need an immediate fix. Therefore, at Bobcares...
by Sijin George | May 13, 2019 | Docker, Latest
These days, hosting websites in Docker helps in quick setup, reducing costs, easy maintenance and many more. Despite the immense benefits, often Docker high CPU usage create trouble in Web Hosting. And, it becomes tricky to find the exact container creating problem....
by Sijin George | Apr 1, 2019 | Docker, Latest, WordPress
Docker has been always a favorite choice for WordPress lovers. It’s a quick way to replicate your custom WordPress settings. Luckily, WordPress CLI helps to interact and manage your WordPress sites from the command line. And, it offers immense possibility to...
by Sijin George | Mar 21, 2019 | Docker, Latest, Technical Support
Docker comes as a light weight server solution. And, that makes it even more popular. But, does Webmin support Docker ? Yes. Luckily, Webmin docker module make things easier for Docker lovers. But, setting up Docker containers in Webmin involves a series of steps....