Given that docker volumes persist and protect data, when pulling a new docker image with updated/corrected input data to populate an image (e.g. data-elm-default) it is good practice to delete and recreate the volume. This should be possible to do with a pre-hook.
### Tasks
- [ ] Review if its possible to configure a volume to always overwrite existing data
Given that docker volumes persist and protect data, when pulling a new docker image with updated/corrected input data to populate an image (e.g.
data-elm-default
) it is good practice to delete and recreate the volume. This should be possible to do with a pre-hook.