This is an example of how to configure Wordpress for deployment on Docker container based platforms such as Panubo.
By externalising the configuration you can get closer to 12 Factor App nirvana.
Configuration is done by passing environment variables to the running PHP application:
DB_NAME- Database NameDB_USER- Database UserDB_PASS- Database PasswordDB_HOST- Database Host
AUTH_KEYSECURE_AUTH_KEYLOGGED_IN_KEYNONCE_KEYAUTH_SALTSECURE_AUTH_SALTLOGGED_IN_SALTNONCE_SALT
DEBUG- Enable debugging mode
To get started with Docker Compose / Docker Machine:
git clone https://github.com/voltgrid/voltgrid-wordpress-example.git
docker-compose up
Then open your web browser and point it at the ip shown by docker-machine ip command.