Description
In CD workflows, volume changes may trigger interactive confirmation prompts, which can break automation and require manual intervention.
For example, when a volume does not match the compose configuration, Docker prompts:
Volume "... " exists but doesn't match configuration in compose file. Recreate (data will be lost)?
It would be useful to provide an option to automatically confirm such operations in CD environments, while keeping the default interactive behavior unchanged.
use case kimdre/doco-cd#1130
Description
In CD workflows, volume changes may trigger interactive confirmation prompts, which can break automation and require manual intervention.
For example, when a volume does not match the compose configuration, Docker prompts:
Volume "... " exists but doesn't match configuration in compose file. Recreate (data will be lost)?It would be useful to provide an option to automatically confirm such operations in CD environments, while keeping the default interactive behavior unchanged.
use case kimdre/doco-cd#1130