DAMPE stack - minimal container
2.8K
use this to start docker container with full support for workflow:
docker run -e DAMPE_WORKFLOW_SERVER_URL= -e DAMPE_WORKFLOW_WORKDIR=/workdir --cap-add SYS_ADMIN --device /dev/fuse -it -w /workdir zimmerst85/dampestack:latest /bin/bash
by setting ${DAMPE_WORKFLOW_WORKDIR} to /workdir this forces the workflow script to be executed in a folder that is local to the container, but accessible within the host node.
Content type
Image
Digest
Size
366.7 MB
Last updated
about 9 years ago
docker pull zimmerst85/dampestack