#wordpress #docker #WPCLIWordPress
Looking for an outofthebox wordpress install with command line interface I tried this:
https://zerowp.com/wordpress-and-docker/
Just one little quirk to correct, user id = 33, which I found in
https://stackoverflow.com/questions/50999848/how-to-run-wp-cli-in-docker-compose-yml
root@ubuntu:\~/wp# docker-compose run --rm wpcli db export
Before:
...
Running 0.0s mariadb-dump: Can't create/write to file 'wp-app-2025-07-24-8d86674.sql' (Errcode: 13 "Permission denied")
After:
...
Success: Exported to 'wp-app-2025-07-24-f885306.sql'.
