elsa-workflows / elsa-workflows/elsa-core
Docker mods
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
Provide docker mods for the docker container implementation (https://github.com/elsa-workflows/elsa-core/issues/733). An implementation example can be found at: https://github.com/linuxserver/docker-mods
### What are docker mods?
Docker mods are a way to extend your docker image with functionality that you do not like to put in the general docker image. Reasons for this could be: unstable functionality, functions for only a rear use case or functionality that won't work on all architectures.
### How does it work?
The base image provides a env variable that can be used to add mod URLs. If the var is set the container will download the mods and install them.
Contributor guide
Assessment
This issue has not been assessed yet.