What's Changed
- Modify volume mount behavior when source does not exist (#1408). Volumes specified using the
container-volume-mount
option will now be passed through to the underlying container engine unverified and unmodified. This now allows you to mount individual files (vs. the parent directory) and non-existing source volumes. The behavior encountered with a non-existing source volume depends on which container engine is in use (docker
creates the volume,podman
will error).
Bug Fixes
- Various documentation updates.
Full Changelog: 2.4.0...2.4.1