WordPress is a free and open-source CMS written in PHP and paired with a MySQL or MariaDB database
799
WordPress (also known as WP or WordPress.org) is a web content management system. It was originally created as a tool to publish blogs but has evolved to support publishing other web content, including more traditional websites, mailing lists and Internet forum, media galleries, membership sites, learning management systems and online stores. Available as free and open-source software, WordPress is among the most popular content management systems – it was used by 43.1% of the top 10 million websites as of December 2023.
WordPress is written in PHP hypertext preprocessor language[6] and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system, referred to within WordPress as "Themes".
type:
$ docker run -it -p80:80 dvmiguel2000/wordpress$ service mysql start$ service apache2 start
And WordPress service will start to work at localhost in your preferred web browser.
Content type
Image
Digest
sha256:a5f4b2de0…
Size
217.2 MB
Last updated
over 2 years ago
docker pull dvmiguel2000/wordpress