This based on wordpress:php7.3-apache but with additional apps.
docker build -t wordpress-build-image .
then use docker images to find the image ID.
With docker run -it <IMAGE_ID> you can test if your changes are the desired ones.
Then tag it: docker tag <IMAGE_ID> <YOUR-USER>/wordpress-build-image:latest
and finally publish it: docker push <YOUR-USER>/wordpress-build-image
Content type
Image
Digest
sha256:8af5e71e5…
Size
283.4 MB
Last updated
almost 4 years ago
docker pull amirsonb/wordpress-build-image