Docker
This page provides installation and configuration information for Docker.
Installation
Our docker image is available on Docker Hub. You can start it by pulling and then running with the default port bound.
Tags
Tag
Platform
1.3.0
linux/amd64
1.3.0-windowsservercore-1909
windows/amd64
Persistent Data
To create a Docker image that can persist the Universal data, you can create a dockerfile like the one below.
This dockerfile exposes port 5000, creates a /data
volume, sets configuration environment variables to store the Universal repository and database in the volume and then sets the Universal.Server as the entry point to the container.
Linux
Windows
You can run a build with the build command.
You can start the docker container with the run command and make sure to specify the volume to mount.
Last updated