docker.el is totally awesome, thanks for sharing.
While working with docker-compose.yml files, I've found that no specific actions/mode is enabled. Some enhancements/ideas I'd like to propose and, with proper guidance and if they're in my knowledge range, happy to tackle sometime.
- Derived
docker-compose-mode to allow more granular key bindings.
- Automatically enable
docker-mode for docker-compose.yml files.
- Make the
Compose prefix the root/default when invoking the transient for docker-compose mode.
Afterwards, more workflow improvements might be possible to code/document for the hack->compose-up->repeat workflow.
Dumping the idea, so far 😄
EDIT: Turns out there is already a docker-compose-mode, albeit it seems inactive. Maybe it can be of some help.
docker.elis totally awesome, thanks for sharing.While working with
docker-compose.ymlfiles, I've found that no specific actions/mode is enabled. Some enhancements/ideas I'd like to propose and, with proper guidance and if they're in my knowledge range, happy to tackle sometime.docker-compose-modeto allow more granular key bindings.docker-modefordocker-compose.ymlfiles.Compose prefix the root/default when invoking the transient fordocker-composemode.Afterwards, more workflow improvements might be possible to code/document for the hack->compose-up->repeat workflow.
Dumping the idea, so far 😄
EDIT: Turns out there is already a docker-compose-mode, albeit it seems inactive. Maybe it can be of some help.