Plone 4 docker image

I noticed ( https://github.com/plone/plone.docker ) that there are 4.3 and 5.0.8 images for docker. Could be quite useful for migration (?)

But how are they 'used' ?

Yeah, i discovered them yesterday too, and i'm using 4.3 version right now for some migrations to Volto :wink:

If you are asking how to use a specific version of Plone in docker, it's something like this:

docker run -p 8080:8080 -e SITE="Plone" plone:4.3

Or exactly like that :slight_smile:

Thanks a lot

(how nice it would be for migration if there was an image for Plone 3 too )