by Reeshma Mathews | Jul 13, 2017 | Docker, Server Administration, WordPress
WordPress customization and plugin development is a common task we perform in our custom software development services. A typical WordPress development workflow starts with setting up development environment to uploading the bug-free code to the live website. The...
by Reeshma Mathews | Nov 26, 2016 | Docker
Docker systems can be used for a wide range of applications, from setting up development environments to hosting web instances. Live Docker containers that crash often can end up ruining their purpose. As a result, a major concern faced by Docker providers is ensuring...
by Reeshma Mathews | Aug 29, 2016 | Docker, Server Management
Maintaining adequate disk space is a crucial task we perform in our outsourced server management services. Lack of free space can often lead to server crashes. In Docker machines, ‘/var/lib/docker’ is the directory where the Docker images and the container...
by Reeshma Mathews | Dec 23, 2015 | Docker, ovirt
In our previous post on configuring ‘Container as a Service’ in oVirt, we discussed how we deployed a scalable Docker infrastructure for application developers. Our first phase of implementation was focused on creating Docker containers within VMs. The...
by Reeshma Mathews | Dec 22, 2015 | Docker, ovirt
2015 State of the Cloud Survey showed that adoption of Docker technology was a rising trend, with around 48% DevOps companies using it. Docker is an open source project that package applications and run-time binaries into Linux containers. With Docker, developers can...