On this page:
# Install with Docker
Diffusion is available as a Docker image from Docker Hub. You can use Docker to install the Diffusion server, and a minimal complete set of its dependencies, on a Linux™ system.
You must have Docker installed on your system to run Diffusion from a Docker image. For more information see the Docker User Guide.
Using Docker enables you to install Diffusion in an isolated and reproducible way. This image contains a Diffusion server with a trial license and default configuration and security.
# Installation
Pull the latest version of the Diffusion image.
docker pull pushtechnology/docker-diffusion:6.8.2
Run the image.
docker run -p 8080:8080 image_id
Where image_id
is the ID of the image to run. You can find the image ID using
docker images