Sign inSign up

dustinscarberry/wordpress

By dustinscarberry

Updated about 1 month ago

WordPress base PHP image

Image
0

2.2K

dustinscarberry/wordpress repository overview

WordPress Base Docker Image

Current variants

8.x

Vanilla WordPress

8.x-cached

Vanilla WordPress with a fastcgi caching configuration

8.x-bedrock

Bedrock WordPress

8.x-bedrock-cached

Bedrock WordPress with a fastcgi caching configuration

Usage

FROM dustinscarberry/wordpress:8.2

# set workdir
WORKDIR /var/www/html

# copy app files to /var/www
COPY --chown=www-data:www-data . /var/www/html

EXPOSE 80

Building / updating base boxes

./build.sh

Tag summary

Content type

Image

Digest

sha256:e337ab474

Size

107.7 MB

Last updated

about 1 month ago

docker pull dustinscarberry/wordpress:php8.5-cached