Sign inSign up

cdupuis/sbx-kit-wordpress:1.0.0

Multi-platform
Manifest digest

sha256:ee9826649006fc1860bc437104044d871623103754db12ef8515ac640394fc2e

Last pushed

1 day by cdupuis

Type

Sandbox Kit

Manifest digest

sha256:ee9826649006fc1860bc437104044d871623103754db12ef8515ac640394fc2e

WORKLOAD

The classic compose wordpress service, restated as a workload kit


Arguments
NameRequiredDefaultDescription
dbHostRequired

MySQL host the site connects to

dbNameOptionalwordpress
dbPasswordRequired

MySQL password for dbUser

dbUserOptionalwordpress
versionOptional6.8.2

WordPress release to run



CapabilitiesExpand a row to see its full configuration.
TypeRequiredDescription
com.docker.sandbox/sbx@1Required
com.docker.sandbox/port@1RequiredThe site
com.docker.sandbox/volume@1RequiredSite content and uploads survive recreation
com.docker.sandbox/network-policy@1Required
com.docker.sandbox/resources@1Optional

Run in a Sandbox

sbx run docker.io/cdupuis/sbx-kit-wordpress:1.0.0 --set dbHost=<dbHost> --set dbPassword=<dbPassword>

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx