How to Check and Upgrade Your MySQL Version Easily
Your database more than likely runs on MySQL or its fully open-source fork MariaDB. These popular database management software power 90% of websites, so
How to Install Docker and Docker Compose on Linux – CloudSavvy IT
Docker gives you everything you need to build and run containers on your Linux system. Containers are similar to lightweight virtual machines. They let you create portable application images which run using your host’s operating system kernel.
How to Quickly Deploy WordPress as a Docker Container – CloudSavvy IT
WordPress is the most popular content management system. It’s written in PHP, stores data in a MySQL database, and usually runs behind an Apache web server. These dependencies add several packages to your system and can be tricky to maintain over time. Here’s how to quickly launch a containerized WordPress install using the official Docker image.
How to install WordPress in DigitalOcean. Put your WordPress site in the cloud, with cloud hosting from DigitalOcean. Sourav walks you through installation.
How to move Docker containers between different hosts?
I cannot find a way of moving docker running containers from one host to another.
Is there any way I can push my containers to repositories like we do for images ?
Currently, I am not using data v...
Several Wordpress installation on single droplet | DigitalOcean
I'm trying to install several instance of WP (each on a separate domain) on a single droplet. I followed this guide: - https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04 and this guide: https://www.digi
How To Use Traefik as a Reverse Proxy for Docker Containers on Ubuntu 16.04 | DigitalOcean
Docker can be an easy and efficient way to run web applications, but you may want to run multiple applications on the same Docker host. In this situation, you'll need to set up a reverse proxy since you only want to expose ports 80 and 443 to the...
Use the new dashboard_glance_items action hook in WordPress 3.8+ to add your custom post types to the 'At a Glance' widget and display a count of published custom posts.