Skip to content

Running Diffusion in a Docker container

Why use Docker?

Docker provides a stable, easy-to-configure environment for testing and developing applications with Diffusion.

Our docker images are available on Docker hub.

Running Diffusion Server

We provide one Docker image for the Diffusion Server, with tags for specific versions:

shell
docker run -it -p 8080 pushtechnology/docker-diffusion:6.12.1

or tags for tracking supported release branches:

shell
docker run -it -p 8080 pushtechnology/docker-diffusion:6.12

The Diffusion instance will be available at localhost:8080. You can log in with as the default admin principal using the credentials: password. Remember to change the admin credentials before putting a server into production use.

Further information on configuring the Diffusion image is available in the Diffusion manual.

System Requirements

The docker image can be used on any recent Docker installation which is configured to run Linux containers.

Production use

Containerised Diffusion is suitable for production use, but we recommend contacting our support team for the latest advice on performance and tuning in containerised environments.