docker-wp-cli
v1.0.0
Published
Run multiple WordPress sites using nginx, php-fpm, mariadb and docker-compose.
Maintainers
Readme
Docker WP
Run multiple WordPress sites using nginx, php-fpm, mariadb and docker-compose.
Pre-requisites
Node.js
For Node.js, I personally recommend using NVM (Node Version Manager) to manage your Node.js versions. Download one of the following:
- [NVM github installation](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating
- Node.js download
Make sure you have node.js installed by running:
node -vDocker
I personally do not use the Docker Desktop App, but if you are not familiar with Docker, I strongly recommend to install the desktop app to get started. Download one of the following:
Make sure you have Docker and Docker Compose installed by running:
docker -v
docker compose versionQuick start
Install the docker-wp CLI tool globally:
npm install -g docker-wpConfigure the tool by running:
dwp configThis will launch a wizard to configure the tool.
