-
Notifications
You must be signed in to change notification settings - Fork 283
[Docker Desktop] Launch compose stack from file context menu #71
Description
Tell us about your request
I would like the ability to right-click on a compose file and click on a file action menu item to let me launch the stack. Then, I’d be able to use the GUI to mange the stack.
Which service(s) is this request for?
Docker Desktop
**Tell us about the problem you're trying to solove
Many folks I work with want to share scripts or applications with others, but those “others” aren’t as familiar or comfortable in the command line. This helps lower the barrier of entry for them to let them easily spin up a stack.
Are you currently working around the issue?
We create batch/shell scripts that then let them double-click to run a script that has the composer commands in it. We’d like to get away from encouraging users from running random batch/shell scripts for obvious reasons. 😉
Additional context
None at this time