mirror of https://github.com/docker/docs.git
fixes to HTML tables, links, and markdown for proper rendering on github.io
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
0a846b57f4
commit
ece826a0cd
|
@ -16,7 +16,7 @@ title: 'Leveraging Multi-CPU Architecture Support '
|
|||
|
||||
Docker for Mac provides `binfmt_misc` multi architecture support, so you can run containers for different Linux architectures, such as `arm`, `mips`, `ppc64le` and even `s390x`.
|
||||
|
||||
This should just work without any configuration, but the containers you run need to have the appropriate `qemu` binary inside the container before you can do this. (See <a href=http://wiki.qemu.org/ target="_blank">QEMU</a> for more information.)
|
||||
This should just work without any configuration, but the containers you run need to have the appropriate `qemu` binary inside the container before you can do this. (See <a href="http://wiki.qemu.org/" target="_blank">QEMU</a> for more information.)
|
||||
|
||||
So, you can run a container that already has this set up, like the <a href="https://resin.io/how-it-works/" target="_blank">resin</a> arm builds:
|
||||
|
||||
|
@ -34,4 +34,3 @@ Linux edd13885f316 4.1.12 #1 SMP Tue Jan 12 10:51:00 UTC 2016 ppc64le GNU/Linux
|
|||
Running containers pre-configured with `qemu` has the advantage that you can use these to do builds `FROM`, so you can build new Multi-CPU architecture packages.
|
||||
|
||||
Alternatively, you can bind mount in the `qemu` static binaries to any cross-architecture package, such as the semi-official ones using a script like this one https://github.com/justincormack/cross-docker. (See the README at the given link for details on how to use the script.)
|
||||
|
||||
|
|
|
@ -786,362 +786,149 @@ lead to `Docker.app` not starting on reboot
|
|||
|
||||
**New Features and Upgrades**
|
||||
|
||||
<style type="text/css">
|
||||
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;}
|
||||
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
|
||||
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
|
||||
.tg .tg-vn4c{background-color:#D2E4FC}
|
||||
</style>
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<th class="tg-031e">Component</th>
|
||||
<th class="tg-031e">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">File System/Sharing</td>
|
||||
<td class="tg-vn4c">Support `inotify` events so that file system events on the
|
||||
Mac will trigger file system activations inside Linux containers</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">Docker Machine</td>
|
||||
<td class="tg-031e">Install Docker Machine as a part of Docker for Mac install in `/usr/local`</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Getting Started and About</td>
|
||||
<td class="tg-vn4c">- Added animated popover window to help first-time users get started<br>- Added a Beta icon to About box</td>
|
||||
</tr>
|
||||
</table>
|
||||
- File system/sharing: Support `inotify` events so that file system events on the Mac will trigger file system activations inside Linux containers
|
||||
|
||||
**Known issues**
|
||||
- Install Docker Machine as a part of Docker for Mac install in ``/usr/local`
|
||||
|
||||
<style type="text/css">
|
||||
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;}
|
||||
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
|
||||
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
|
||||
.tg .tg-vn4c{background-color:#D2E4FC}
|
||||
</style>
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<th class="tg-031e">Component</th>
|
||||
<th class="tg-031e">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Starting Docker</td>
|
||||
<td class="tg-vn4c">There is a race on startup between Docker and networking that can lead to `Docker.app` not starting on reboot.<br><br>The workaround is to restart the application manually.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">OS X version support</td>
|
||||
<td class="tg-031e">`Docker.app` sometimes uses 200% CPU after OS X wakes up from sleep mode.
|
||||
The issue is being investigated. <br><br>The workaround is to restart
|
||||
`Docker.app`. <br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">VPN/Hostnet</td>
|
||||
<td class="tg-vn4c">In VPN mode, the `-p` option needs to be explicitly of the form
|
||||
- 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 OS X 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.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
**Bug fixes and minor changes**
|
||||
|
||||
<style type="text/css">
|
||||
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;}
|
||||
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
|
||||
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
|
||||
.tg .tg-vn4c{background-color:#D2E4FC}
|
||||
</style>
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<th class="tg-031e">Component</th>
|
||||
<th class="tg-031e">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Hostnet/VPN mode</td>
|
||||
<td class="tg-vn4c">Fixed Moby DNS resolver failures by proxying the "Recursion Available" flag.<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">IP addresses</td>
|
||||
<td class="tg-031e">`docker ps` shows IP address rather than `docker.local`.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">OS X version support</td>
|
||||
<td class="tg-vn4c">- Re-enabled support for OS X Yosemite version 10.10 <br>- Ensured binaries are built for 10.10 rather than 10.11.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">Application startup</td>
|
||||
<td class="tg-031e">- Fixed "Notification Center"-related crash on startup<br>- Fixed watchdog crash on startup</td>
|
||||
</tr>
|
||||
</table>
|
||||
- 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 OS X 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**
|
||||
|
||||
<style type="text/css">
|
||||
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;}
|
||||
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
|
||||
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
|
||||
.tg .tg-vn4c{background-color:#D2E4FC}
|
||||
</style>
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<th class="tg-031e">Component</th>
|
||||
<th class="tg-031e">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">File System</td>
|
||||
<td class="tg-vn4c">Improved file sharing write speed in OSXFS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">User space networking</td>
|
||||
<td class="tg-031e">Renamed `bridged` mode to `nat` mode</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Debugging</td>
|
||||
<td class="tg-vn4c">Docker runs in debug mode by default for new installs
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">Docker Engine</td>
|
||||
<td class="tg-031e">Upgraded to 1.10.3</td>
|
||||
</tr>
|
||||
</table>
|
||||
- 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**
|
||||
|
||||
<style type="text/css">
|
||||
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;}
|
||||
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
|
||||
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
|
||||
.tg .tg-vn4c{background-color:#D2E4FC}
|
||||
</style>
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<th class="tg-031e">Component</th>
|
||||
<th class="tg-031e">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">GUI</td>
|
||||
<td class="tg-vn4c">Auto update automatically checks for new versions again<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">File System</td>
|
||||
<td class="tg-031e">- Fixed OSXFS chmod on sockets <br>
|
||||
- FixED OSXFS EINVAL from `open` using O_NOFOLLOW</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Hypervisor</td>
|
||||
<td class="tg-vn4c">Hypervisor stability fixes, resynced with upstream repository <br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">Hostnet/VPN mode</td>
|
||||
<td class="tg-031e">- Fixed get/set VPN mode in Preferences (GUI) <br>
|
||||
- Added more verbose logging on errors in `nat` mode<br>
|
||||
- Show correct forwarding details in `docker ps/inspect/port` in `nat` mode<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Tokens</td>
|
||||
<td class="tg-vn4c">New lines ignored in token entry field</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">Feedback</td>
|
||||
<td class="tg-031e">Feedback mail has app version in subject field</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Licensing</td>
|
||||
<td class="tg-vn4c">Clarified open source licenses</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">Crash reporting and error handling</td>
|
||||
<td class="tg-031e">- Fixed HockeyApp crash reporting <br>
|
||||
- Fatal GUI errors now correctly terminate the app again<br>
|
||||
- Fix proxy panics on EOF when decoding JSON<br>
|
||||
- Fix long delay/crash when switching from `hostnet` to `nat` mode
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Logging</td>
|
||||
<td class="tg-vn4c">- Moby logs included in diagnose upload<br>
|
||||
- App version included in logs on startup
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
- 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)
|
||||
- Added more verbose logging on errors in `nat` mode
|
||||
- Show correct forwarding details in `docker ps/inspect/port` in `nat` mode
|
||||
|
||||
|
||||
- New lines ignored in token entry field
|
||||
|
||||
- Feedback mail has app version in subject field
|
||||
|
||||
- Clarified open source licenses
|
||||
|
||||
- Crash reporting and error handling
|
||||
- Fixed HockeyApp crash reporting
|
||||
- Fatal GUI errors now correctly terminate the app again
|
||||
- Fix proxy panics on EOF when decoding JSON
|
||||
- Fix long delay/crash when switching from `hostnet` to `nat` mode
|
||||
|
||||
|
||||
- Logging
|
||||
- Moby logs included in diagnose upload
|
||||
- App version included in logs on startup
|
||||
|
||||
### Beta 2 Release (2016-03-08 1.10.2-beta2)
|
||||
|
||||
**New Features and Upgrades**
|
||||
|
||||
<style type="text/css">
|
||||
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;}
|
||||
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
|
||||
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
|
||||
.tg .tg-vn4c{background-color:#D2E4FC}
|
||||
</style>
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<th class="tg-031e">Component</th>
|
||||
<th class="tg-031e">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">GUI</td>
|
||||
<td class="tg-vn4c">Add VPN mode/`hostnet` to Preferences<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e"></td>
|
||||
<td class="tg-031e">Add disable Time Machine backups of VM disk image to Preferences</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">CLI</td>
|
||||
<td class="tg-vn4c">Added `pinata` configuration tool for experimental Preferences</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">File System</td>
|
||||
<td class="tg-031e">Add guest-to-guest FIFO and socket file support</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Notary</td>
|
||||
<td class="tg-vn4c">Upgraded to version 0.2</td>
|
||||
</tr>
|
||||
</table>
|
||||
- GUI
|
||||
- Add VPN mode/`hostnet` to Preferences
|
||||
- Add disable Time Machine backups of VM disk image to Preferences
|
||||
|
||||
**Bug fixes**
|
||||
|
||||
<style type="text/css">
|
||||
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;}
|
||||
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
|
||||
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
|
||||
.tg .tg-vn4c{background-color:#D2E4FC}
|
||||
</style>
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<th class="tg-031e">Component</th>
|
||||
<th class="tg-031e">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">File System</td>
|
||||
<td class="tg-vn4c">Fixed data corruption bug during cp (use of sendfile/splice)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">GUI</td>
|
||||
<td class="tg-031e">Fixed About box to contain correct version string</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Hostnet/VPN mode</td>
|
||||
<td class="tg-vn4c">- Stability fixes and tests<br>- Fixed DNS issues when changing networks</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">Moby</td>
|
||||
<td class="tg-031e">Cleaned up Docker startup code</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Linking and dependencies</td>
|
||||
<td class="tg-vn4c">Fixed various problems</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e">Logging</td>
|
||||
<td class="tg-031e">Various improvements</td>
|
||||
</tr>
|
||||
</table>
|
||||
- Added `pinata` configuration tool for experimental Preferences
|
||||
|
||||
<p> </p>
|
||||
- File System: Add guest-to-guest FIFO and socket file support
|
||||
|
||||
- Upgraded Notary to version 0.2
|
||||
|
||||
|
||||
**Bug fixes and minor changes**
|
||||
|
||||
- Fixed data corruption bug during cp (use of sendfile/splice)
|
||||
- Fixed About box to contain correct version string
|
||||
|
||||
- Hostnet/VPN mode
|
||||
- Stability fixes and tests
|
||||
- Fixed DNS issues when changing networks
|
||||
|
||||
|
||||
- Cleaned up Docker startup code related to Moby
|
||||
|
||||
- Fixed various problems with linking and dependencies
|
||||
|
||||
- Various improvements to logging
|
||||
|
||||
### Beta 1 Release (2016-03-01 1.10.2-b1)
|
||||
|
||||
<style type="text/css">
|
||||
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;}
|
||||
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
|
||||
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
|
||||
.tg .tg-vn4c{background-color:#D2E4FC}
|
||||
</style>
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<th class="tg-031e">Component</th>
|
||||
<th class="tg-031e">Description </th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">GUI</td>
|
||||
<td class="tg-vn4c">Added dialog to explain why we need admin rights</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e"></td>
|
||||
<td class="tg-031e">Removed shutdown/quit window</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e"></td>
|
||||
<td class="tg-031e">Improved machine migration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e"></td>
|
||||
<td class="tg-031e">Added "Help" option in menu to open documentation web pages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e"></td>
|
||||
<td class="tg-031e">Added license agreement</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-031e"></td>
|
||||
<td class="tg-031e">Added MixPanel support</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Crash Reports</td>
|
||||
<td class="tg-vn4c">Add HockeyApp crash reporting</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l">Task Manager</td>
|
||||
<td class="tg-yw4l">Improve signal handling</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Logging</td>
|
||||
<td class="tg-vn4c">Use ISO timestamps with microsecond precision</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l"></td>
|
||||
<td class="tg-yw4l">Clean up logging format</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Packaging</td>
|
||||
<td class="tg-vn4c">Create /usr/local if it doesn't exist</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l"></td>
|
||||
<td class="tg-yw4l">docker-uninstall improvements</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l"></td>
|
||||
<td class="tg-yw4l">Remove docker-select as it's no longer used</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Hypervisor</td>
|
||||
<td class="tg-vn4c">Add PID file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l"></td>
|
||||
<td class="tg-yw4l">Networking reliability improvements</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Hostnet</td>
|
||||
<td class="tg-vn4c">Fixed port forwarding issue</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l"></td>
|
||||
<td class="tg-yw4l">Stability fixes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l"></td>
|
||||
<td class="tg-yw4l">Fixed setting hostname</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-vn4c">Symlinks</td>
|
||||
<td class="tg-vn4c">Fixed permissions on `usr/local` symbolic links</td>
|
||||
</tr>
|
||||
</table>
|
||||
- GUI
|
||||
- Added dialog to explain why we need admin rights
|
||||
- Removed shutdown/quit window
|
||||
- Improved machine migration
|
||||
- Added “Help” option in menu to open documentation web pages
|
||||
- Added license agreement
|
||||
- Added MixPanel support
|
||||
|
||||
|
||||
- Add HockeyApp crash reporting
|
||||
- Improve signal handling on task manager
|
||||
- Use ISO timestamps with microsecond precision for logging
|
||||
- Clean up logging format
|
||||
|
||||
- Packaging
|
||||
- Create /usr/local if it doesn’t exist
|
||||
- docker-uninstall improvements
|
||||
- Remove docker-select as it’s no longer used
|
||||
|
||||
|
||||
- Hypervisor
|
||||
- Add PID file
|
||||
- Networking reliability improvements
|
||||
|
||||
|
||||
- Hostnet
|
||||
|
||||
- Fixed port forwarding issue
|
||||
- Stability fixes
|
||||
- Fixed setting hostname
|
||||
|
||||
|
||||
- Fixed permissions on `usr/local` symbolic links
|
||||
|
|
|
@ -48,13 +48,14 @@ If you click **Open Issues**, this opens [Docker for Mac issues on GitHub](https
|
|||
|
||||

|
||||
|
||||
You can also create a new issue directly on GitHub at https://github.com/docker/for-mac/issues. (The README for the repository is [here](https://github.com/docker/for-mac).)
|
||||
You can also create a new issue directly on GitHub at [https://github.com/docker/for-mac/issues](https://github.com/docker/for-mac/issues). (The README for the repository is [here](https://github.com/docker/for-mac).)
|
||||
|
||||
Click [New Issue](https://github.com/docker/for-mac/issues/new) on that page (or right here ☺) to get a "create new issue" template prepopulated with sections for the ID and summary of your diagnostics, system and version details, description of expected and actual behavior, and steps to reproduce the issue.
|
||||
|
||||

|
||||
|
||||
<a name="logs"></a>
|
||||
|
||||
## Checking the logs
|
||||
|
||||
In addition to using the diagnose and feedback option to submit logs, you can browse the logs yourself.
|
||||
|
@ -95,6 +96,7 @@ For example, you could construct a search for log messages sent by Docker that c
|
|||
The diagnostics and usage information to the left of the results provide auto-generated reports on packages.
|
||||
|
||||
<a name="troubleshoot"></a>
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
#### Recreate or update your containers after Beta 18 upgrade
|
||||
|
@ -245,6 +247,7 @@ environments, see [Docker for Mac vs. Docker Toolbox](docker-toolbox.md).
|
|||
See also [Known Issues](troubleshoot.md#known-issues) on this page, and the [FAQs](faqs.md) topic.
|
||||
|
||||
<a name="issues"></a>
|
||||
|
||||
## Known issues
|
||||
|
||||
* IPv6 is not yet supported on Docker for Mac. If you are using IPv6, and haven't upgraded to Beta 24 or v1.12.1 stable or newer, you will see a network
|
||||
|
@ -318,14 +321,3 @@ Alternatively you could create a plain-text TCP proxy on localhost:1234 using:
|
|||
|
||||
sudo launchctl unload /System/Library/LaunchDaemons/org.ntp.ntpd.plist
|
||||
sudo launchctl load /System/Library/LaunchDaemons/org.ntp.ntpd.plist
|
||||
|
||||
<hr style="color:#99CC99" />
|
||||
<ul class="media">
|
||||
<div class="media_content">
|
||||
<div data-mh="mh_docker_projects">
|
||||
<h6> <a href="mailto:feedback@docker.com?subject=Docker%20Feedback"><img src="../../images/chat.png" alt="chat icon"></a> <a href="mailto:feedback@docker.com?subject=Docker%20Feedback">Help improve the documentation</a></h3>
|
||||
<p>
|
||||
Email us at <a href="mailto:feedback@docker.com?subject=Docker%20Feedback">feedback@docker.com</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -131,7 +131,7 @@ Windows to work.
|
|||
|
||||
### Why does Docker for Windows fail to start when firewalls or anti-virus software is installed?
|
||||
|
||||
Comodo Firewall currently is incompatible with Hyper-V and some Windows 10 builds (possibly, the Anniversary Update), which impacts Docker for Windows. Other firewalls and anti-virus software might also be incompatible with these Microsoft Windows 10 buids. See details and workarounds in [Docker fails to start when Comodo Firewall is installed](troubleshoot.md#docker-fails-to-start-when-comodo-firewall-is-installed) in [Troubleshooting](troubleshoot.md).
|
||||
Some firewalls and anti-virus software might be incompatible with Hyper-V and some Windows 10 builds (possibly, the Anniversary Update), which impacts Docker for Windows. See details and workarounds in [Docker fails to start when firewall or anti-virus software is installed](troubleshoot.md#docker-fails-to-start-when-firewall-or-anti-virus-software-is-installed) in [Troubleshooting](troubleshoot.md).
|
||||
|
||||
|
||||
### How do I uninstall Docker Toolbox?
|
||||
|
@ -140,4 +140,3 @@ You might decide that you do not need Toolbox now that you have Docker for Windo
|
|||
details on how to perform a clean uninstall of Toolbox on Windows, see [How to
|
||||
uninstall Toolbox](/toolbox/toolbox_install_windows.md#how-to-uninstall-toolbox)
|
||||
in the Toolbox Windows topics.
|
||||
|
||||
|
|
|
@ -36,7 +36,6 @@ To view Docker for Windows latest log, click on the `Diagnose & Feedback` menu e
|
|||
|
||||
If you encounter an issue and the suggested troubleshoot procedures outlined below don't fix it you can generate a diagnostics report. Click on the `Diagnose & Feedback` menu entry in the systray and then on the `Upload diagnostic...` link. This will upload diagnostics to our server and provide you with a unique ID you can use in email or the forum to reference the upload.
|
||||
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### inotify on shared drives does not work
|
||||
|
@ -274,9 +273,7 @@ docker app.
|
|||
|
||||
### Docker fails to start when firewall or anti-virus software is installed
|
||||
|
||||
The **Comodo Firewall currently is incompatible with Hyper-V and some Windows 10
|
||||
builds** (possibly, Windows 10 Anniversary Update), which impacts Docker for
|
||||
Windows. **Other firewalls and anti-virus software might also be incompatible with these Microsoft Windows 10 buids**. The conflict typically occurs after a Windows update or new install of the firewall, and manifests as an error response from the Docker daemon and a **Docker for Windows start failure**.
|
||||
**Some firewalls and anti-virus software might be incompatible with Microsoft Windows 10 buids** (e.g., Windows 10 Anniversary Update). The conflict typically occurs after a Windows update or new install of the firewall, and manifests as an error response from the Docker daemon and a **Docker for Windows start failure**. The Comodo Firewall was one example of this problem, but users report that software has since been updated to work with these Windows 10 builds.
|
||||
|
||||
See the Comodo forums topics [Comodo Firewall conflict with
|
||||
Hyper-V](https://forums.comodo.com/bug-reports-cis/comodo-firewall-began-conflict-with-hyperv-t116351.0.html)
|
||||
|
@ -286,5 +283,5 @@ A Docker for Windows user-created issue describes the problem specifically as it
|
|||
relates to Docker: [Docker fails to start on Windows
|
||||
10](https://github.com/docker/for-win/issues/27).
|
||||
|
||||
For a temporary workaround, uninstall the Comodo Firewall, or explore other
|
||||
For a temporary workaround, uninstall the firewall or anti-virus software, or explore other
|
||||
workarounds suggested on the forum.
|
||||
|
|
Loading…
Reference in New Issue