Home Explore Blog CI



docker

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)

Title: Docker Beta Release Notes: Beta 4 and Beta 3
Summary
These release notes cover Docker Beta versions Beta 4 and Beta 3. Beta 4 includes new features such as inotify event support for file system sharing, installation of Docker Machine in `/usr/local`, an animated popover for new users, and a Beta icon in the About box. Bug fixes address Moby DNS resolver failures, display of IP address in `docker ps`, re-enabled support for macOS Yosemite, ensured binaries are built for 10.10, and fixed crashes on startup. Beta 3 improves file sharing write speed in osxfs, renames `bridged` mode to `nat` mode, runs Docker in debug mode by default for new installs, and upgrades the Docker Engine to 1.10.3. Beta 3 also includes fixes for osxfs chmod on sockets, EINVAL from `open` using O_NOFOLLOW, hypervisor stability fixes, and Hostnet/VPN mode settings in Preferences.