Docker support
Docker is an open source technology that allows users to deploy applications to software containers. A Docker container is an instance of a Docker image, where the Docker image is the application, including the file system and runtime parameters.
You can create a Docker image from an installed and configured Developer Portal instance and then run the Docker image as a Docker container.
To facilitate running Developer Portal in a Docker container, Developer Portal provides a script to build a Docker image, and then load or push the resulting Docker image to a Docker registry.