A wordpress container based on lacquerlabs/service-php7
Need better documentation of the ENV vars.
DATABASE_URL
... URI For database in this formatscheme://user:pass@host:port/database
DB_CHARSET
... utf8mb4AUTH_KEY
... setme_AUTH_KEYSECURE_AUTH_KEY
... setme_SECURE_AUTH_KEYLOGGED_IN_KEY
... setme_LOGGED_IN_KEYNONCE_KEY
... setme_NONCE_KEYAUTH_SALT
... setme_AUTH_SALTSECURE_AUTH_SALT
... setme_SECURE_AUTH_SALTLOGGED_IN_SALT
... setme_LOGGED_IN_SALTNONCE_SALT
... setme_NONCE_SALTWP_DEBUG
... falseWP_TABLE_PREFIX
... wp2_
build
Build itbuildnocache
Build it without using cachetag
tag the container with the current VERSION (used for doing a release)run
run it as a normal containerrunshell
run the container with an interactive shell instead of default CMDconnect
Start a shell on the running containerwatchlog
connect to running containers logskill
kill the running containertest
Simple tests - no tests yetrelease
Create and push release to docker hubhelp
Shows this makefile