37th chunk of `content/manuals/desktop/previous-versions/edge-releases-mac.md`
fb19ddd2943f8ca803cabd3c72f0ff7fd5dc4bf25e3a7d7d0000000100000879
- Updated DMG background image
- Show correct VM memory in Preferences
- Feedback opens forum, not email
- Fixed RAM amount error message
- Fixed wording of CPU error dialog
- Removed status from Preferences
- Check for incompatible versions of VirtualBox
### Beta 4 Release (2016-03-22 1.10.3-beta4)
**New Features and Upgrades**
- File system/sharing: Support `inotify` events so that file system events on the Mac will trigger file system activations inside Linux containers
- Install Docker Machine as a part of Docker for Mac install in `/usr/local`
- Added animated popover window to help first-time users get started
- Added a Beta icon to About box
**Known Issues**
- There is a race on startup between Docker and networking that can lead to `Docker.app` not starting on reboot. The workaround is to restart the application manually.
- `Docker.app` sometimes uses 200% CPU after macOS wakes up from sleep mode. The issue is being investigated. The workaround is to restart `Docker.app`.
- VPN/Hostnet: In VPN mode, the `-p` option needs to be explicitly of the form
`-p <host port>:<container port>`. `-p <port>` and `-P` will not
work yet.
**Bug fixes and minor changes**
- Hostnet/VPN mode: Fixed Moby DNS resolver failures by proxying the "Recursion Available" flag.
- `docker ps` shows IP address rather than `docker.local`
- Re-enabled support for macOS Yosemite version 10.10
- Ensured binaries are built for 10.10 rather than 10.11
- Fixed “Notification Center”-related crash on startup
- Fixed watchdog crash on startup
### Beta 3 Release (2016-03-15 1.10.3-beta3)
**New Features and Upgrades**
- Improved file sharing write speed in osxfs
- User space networking: Renamed `bridged` mode to `nat` mode
- Docker runs in debug mode by default for new installs
- Docker Engine: Upgraded to 1.10.3
**Bug fixes and minor changes**
- GUI: Auto update automatically checks for new versions again
- File System
- Fixed osxfs chmod on sockets
- FixED osxfs EINVAL from `open` using O_NOFOLLOW
- Hypervisor stability fixes, resynced with upstream repository
- Hostnet/VPN mode
- Fixed get/set VPN mode in Preferences (GUI)