Docker containers#
What is Docker?#
Docker is an open platform for developing, shipping, and running apps in a containerized way.
Containers are standard units of software that package the code and all its dependencies so that the app runs quickly and reliably across different computing environments.
Ensure that Docker is installed on the machine where the Speos service is running. Otherwise, see Install Docker Engine in the Docker documentation.
Select your Docker container#
Currently, the Speos service backend is delivered as a Linux Docker container.
Select the kind of Docker container you want to build:
Linux Docker container
Build a Windows Docker container for the Speos service and use it from PySpeos.