Releases: EugenMayer/docker-sync
Releases · EugenMayer/docker-sync
0.4.4.beta1
implement host_mount_mode, #375
General bugfixes
selective native_osx, foreground logs, image pull
0.4.1-beta2
add :nocopy
0.4.1-beta1
fix VOLUME handling for native_osx
Bugfixing
New Strategy: Native_osx, Bugfixes
- New Sync Strategy native_osx, see https://github.com/EugenMayer/docker-sync/wiki/8.-Strategies#native_osx
- Daemon mode is now the default mode
- no need for unison/unox by default when using native_osx
- better performance when using native_osx
- fixed auto-ip guessing
- more ..
Also see the upgrade guide https://github.com/EugenMayer/docker-sync/wiki/1.2-Upgrade-Guide#040
Linux support, auto-ip guessing, Bugfixes
- finally removed any support of
dest
which has been deprecated since 0.2.x - Linux support: docker-sync can now also be used under Linux, were it does a fallback to native volume mounts automatically.
- introducing auto-guessing of the sync_host_ip for simultaneous usage of the same
docker-sync.yml
using d4m, docker-toolbox and others. Just setsync_host_ip: 'auto'
- fixed spaces in ./src lead to issues with unison
- fixed various issues with the installation of 0.3.x
- fixed issues with the new configuration model
- overall making docker-sync more robust and verbose if things are not as intended
- ..more
Bugfixes, max_attempt
- Mainly bugfixes for the installation/upgrade process and for the rsync config.
- Includes the new option "max_attempt" #306
Bugfixing
0.3.4 fix missing require