WordPress on OpenMediaVault using Docker and Portainer Raspberry Pi

In this segment, we are going to explain “How to install WordPress on OpenMediaVault using Docker and Portainer for Raspberry Pi all models “

Equipment Required

Optional

RPi Case

What is MariaDB?

MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License. Development is led by some of the original developers of MySQL, who forked it due to concerns over its acquisition by Oracle Corporation in 2009.

Download MariaDB through Command

To download MariaDB through command line, we need to login into SSH and use the below-given command to download the image.

  • If the first command doesn’t work you can always use the second one.
  • Once the image is successfully downloaded we can go ahead and start configuring the container.

MariaDB Container Configuration

  • First of all, we need to navigate to conatiners and click on add container.
  • Now, we need to type a name for our container and select the image in the next section. 
  • After that, we need to concentrate on 3 things only i.e Volume, Environment, and Restart Policy.

The Default Port for MariaDB is 3306, you can always bind the port with some other port according to our requirement or if the port is already in use.

  • Once all the settings configured correctly we can go ahead and Deploy the container.

What is WordPress?

WordPress is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system, referred to within WordPress as Themes. 

wordpress_bg

WordPress was originally created as a blog-publishing system but has evolved to support other types of web content including more traditional mailing lists and forums, media galleries, membership sites, learning management systems (LMS), and online stores. WordPress is used by more than 60 million websites, including 33.6% of the top 10 million websites as of April 2019, WordPress is one of the most popular content management system solutions in use. WordPress has also been used for other application domains such as pervasive display systems (PDS).

  • Restart Policy : Unless Stopped

Through SSH you can use the commad to pull the wordpress image to Docker

sudo docker pull wordpress

WordPress Container Configuration

Did you find this Article Helpful?

Like Us on Facebook

Consider subscribing our YouTube Channel

Share our Work with others

Harish Kumar

As a founder of the PcMac YouTube channel and website, Our goal is to provide Free Technical help to people and spread knowledge to everyone.
5 1 vote
Article Rating
Subscribe
Notify of
guest
4 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Aakash
Aakash
3 years ago

That was a really gud tutorial. Thank You.

Aakash
Aakash
Reply to  Harish Kumar
3 years ago

Is there a way we can host two ( or more) installs of wordpress. Do we need two different mairaDB containers? Can you please make a tutorial or guide .

Goran
Goran
3 years ago

Harish Kumar, thanks, nice tutorial. Can you make tutorial how to edit apache conf for hosting multiple domains/sites on one rpi server.