-
Notifications
You must be signed in to change notification settings - Fork 73
Deployment
raspberry-lef edited this page Sep 8, 2020
·
7 revisions
You can deploy ActiveWorkflow to a platform that uses docker containers by creating an ActiveWorkflow image.
Note: currently there is no official ActiveWorkflow image, but this may change soon.
To build, use, or try out a docker image you would need docker
(and docker-compose
if you plan to run docker images locally for testing). If you are on a Mac see Install Docker Desktop on Mac. On Linux please use your package manager, or follow this docker installation guide. To install docker-compose please see Install Docker Compose.
You can build a docker image for deployment by running:
make build-image
This creates an image named local/active_workflow
.