Plone Docker, an incredibly easy way to run Plone

I wanted to draw your attention to the Plone Docker image, an incredibly easy way to run Plone with just a single command line. (You do need to install Docker first, however, but still...)

docker run -p 8080:8080 plone

By adding a few more arguments to that command line, you can have your site include add-ons (even specific versions of add-ons), you can have the site run as a standalone zinstance or as a ZEO cluster. (Beneath the covers it uses the unified installer).

Kudos to @avoinea and the Eau de Web team for this meticulously well put together and actively maintained Docker image.

6 Likes