.. _ref_docker: 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 from one computing environment to another. Ensure that the machine where the Geometry service is to run has Docker installed. Otherwise, see `Install Docker Engine `_ in the Docker documentation. Select your Docker container ---------------------------- Currently, the Geometry service backend is mainly delivered as a **Windows** Docker container. However, these containers require a Windows machine to run them. .. A Linux version of the Geometry service is also available but with limited capabilities, .. meaning that certain operations are not available or fail. Select the kind of Docker container you want to build: .. grid:: 2 :gutter: 3 3 4 4 .. grid-item-card:: Windows Docker container :link: windows_container :link-type: doc Build a Windows Docker container for the Geometry service and use it from PyAnsys Geometry. Explore the full potential of the Geometry service. .. .. grid-item-card:: Linux Docker container .. :link: linux_container .. :link-type: doc .. Test out the Linux Docker container for the Geometry service, .. which has limited functionalities. .. button-ref:: ../index :ref-type: doc :color: primary :shadow: :expand: Go to Getting started .. toctree:: :hidden: :maxdepth: 2 windows_container .. linux_container