When should I use eFORMz in a Docker?
Docker is a platform for managing containers, execution environments which run in isolation from one another. The principal business process benefit for deploying eFORMz in a containerized environment would be scalability of individual transactions. For example, the printing of 1 warehouse tag or 1 label at a time. Docker is optimal for one-to-one, isolated transactions. Docker is not suited for waves or batch prints. For more information, contact Minisoft support.
Dockerfile
A Dockerfile is a text document with instructions to assemble a container image. Once you’ve built the container image, you can start the container. You can download a sample here: Dockerfile.zip
For Windows, you can also use PowerShell. You can download sample scripts here: Scripts.zip
Calling eFORMz
Download a sample Postman collection here: SampleDocker.postman_collection.zip.