Docker and Plone
Spinning up Plone on Docker
Come across Docker yet? If not you should check it out!
Summary:
Portable containers across Development, Staging and Production environment(s). Guarenteed consistency. Lightweight viraulization. Excellent Tooling and Ecysystem. Growing at an ever expanding rate! Here’s a quick demo of how to spin up a Plone instnace using Docker. (Plone is a Python powered Content Management System)
[email protected]:~$ CID=$(docker run -i -t -d -p 80:80 turnkeylinux/plone-13.0:latest)^C [email protected]:~$ CIP=$(docker inspect -format='{{.
[Read More]