docker-diffusion
The official Diffusion server image
10K+
Diffusion is an intelligent WebSocket based pub-sub cache server. The event driven platform is focussed on the delivery of real time data from back end systems to edge-connected applications, in a scalable and highly efficient manner.
Key to the application are proprietary delta compression techniques, coupled with the ability to transform and manipulate JSON data in-flight, providing tailored consumer views with a fine-grained security model.
Diffusion is available as cloud hosted SaaS product, and also as a self-hosted distribution.
This is the official docker image of the self-hosted Diffusion server, with default configuration and security, and a
trial license.
docker run --name my-dockerised-diffusion -p 8080:8080 -d pushtechnology/docker-diffusion:latest
...where --name specifies a name for your running container, and -d instructs background running.
(Optionally, specify a different release version - see 'tags')
Once the docker container is running, clients can connect to the Diffusion server on port 8080, and the browser based management console can be accessed at localhost:8080
Default management console admin credentials are, principal: admin, password: password
docker pull pushtechnology/docker-diffusion:latest
docker images
docker run -p 8080:8080 <diffusion_image_id>
The latest Diffusion server release, and the latest release of each currently supported product version are available as follows:
Latest Diffusion release - latest
(For more specific release versions please refer to the 'tags' tab above)
Full Diffusion server documentation is published here
(and within, more detailed docker image guidance)
Links to wider product documentation, including an AI based assistant, can be found here
Content type
Image
Digest
sha256:e5c8e46c5…
Size
194 MB
Last updated
5 days ago
Requires Docker Desktop 4.37.1 or later.