Docker can be used to easily develop and deploy Pharo applications. The pharo-vnc-supervisor image provides a containerized environment for Pharo with VNC and web browser access. The save-pharo command allows customizing a Pharo image within a container, such as installing projects. A Dockerfile can define a new image based on pharo-vnc-supervisor with a customized Pharo home and startup scripts. Dockerizing Pharo makes application development and deployment more portable and shareable.