-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
RequestRequest for image modification or featureRequest for image modification or feature
Description
For a while now, WP-CLI
has become the official way to manage WordPress from scripts / command line.
But if you glance through docker-entrypoint.sh
, the current way of installing WordPress and hacking wp-config.php
with sed
and awk
is not pretty and error-prone compared to a bunch of WP-CLI
commands like
wp core download
wp config set
wp core install
WP-CLI
doesn't take too much space, and it's become essential. I propose to:
- include
WP-CLI
in all official WordPress images, - deprecate the stand-alone
WP-CLI
image, - refactor
docker-entrypoint.sh
usingWP-CLI
.
It will show the community the relevant way of managing WordPress from the command line, and will make it easier to actually use the image later on. It will also solve #256.
jevonearth, drzraf, lleitep3, madmath03, praveenprem and 133 moreadamelliotfields, NEO97online, DavyGuedes, minac, dbjpanda and 15 more
Metadata
Metadata
Assignees
Labels
RequestRequest for image modification or featureRequest for image modification or feature