neuroforgede / nothelm.py

nothelm.py - opinionated docker stack project tool with templating support
MIT License
20 stars 1 forks source link

Suggestion: replace `docker stack deploy` #4

Open trajano opened 1 year ago

trajano commented 1 year ago

This is more of an architectural suggestion if since you're going down this path.

Can you consider being a replacement for docker stack deploy as well.

s4ke commented 1 year ago

Cool idea, but I think this issue should be filed against https://github.com/neuroforgede/docker-stack-deploy

nothelm is for templating stack files (and even arbitrary artifacts) so they are reusable across environments, docker-sdp is a wrapper to fix shortcomings in docker stack deploy.

Both work very well together but are also usable independently.