You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: desktop/enterprise/user/mac-user.md
-2
Original file line number
Diff line number
Diff line change
@@ -119,8 +119,6 @@ File sharing settings include the following options:
119
119
120
120
For more information, see:
121
121
122
-
- [Namespaces](https://docs.docker.com/docker-for-mac/osxfs/#namespaces) in [osxfs file system sharing](https://docs.docker.com/docker-for-mac/osxfs/).
123
-
124
122
- [Volume mounting requires file sharing for any project directories outside of `/Users`](https://docs.docker.com/docker-for-mac/troubleshoot/#volume-mounting-requires-file-sharing-for-any-project-directories-outside-of-users).
Copy file name to clipboardExpand all lines: docker-for-mac/edge-release-notes.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2089,7 +2089,7 @@ events or unexpected unmounts.
2089
2089
2090
2090
**Upgrades**
2091
2091
2092
-
* FUSE 7.23 for [osxfs](osxfs.md)
2092
+
* FUSE 7.23 for osxfs
2093
2093
2094
2094
**Known issues**
2095
2095
@@ -2098,13 +2098,13 @@ events or unexpected unmounts.
2098
2098
**Bug fixes and minor changes**
2099
2099
2100
2100
* UI improvements
2101
-
* Fixed a problem in [osxfs](osxfs.md) where`mkdir` returned EBUSY but directory was created.
2101
+
* Fixed a problem in osxfs where`mkdir` returned EBUSY but directory was created.
2102
2102
2103
2103
### Beta 11 Release (2016-05-10 1.11.1-beta11)
2104
2104
2105
2105
**New**
2106
2106
2107
-
The `osxfs` file system now persists ownership changes in an extended attribute. (See the topic on [ownership](osxfs.md#ownership) in [Sharing the macOS file system with Docker containers](osxfs.md).)
2107
+
The `osxfs` file system now persists ownership changes in an extended attribute.
Copy file name to clipboardExpand all lines: docker-for-mac/faqs.md
-4
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,6 @@ We recommend that you publish a port, or connect from another container. You can
76
76
For more information and examples, see
77
77
[I want to connect to a container from the Mac](networking.md#i-want-to-connect-to-a-container-from-the-mac) in the [Networking](networking.md) topic.
78
78
79
-
### Can I use an SSH agent inside a container?
80
-
81
-
Yes, you can use the host’s SSH agent inside a container. For more information, see [SSH agent forwarding](osxfs.md#ssh-agent-forwarding).
82
-
83
79
### How do I add custom CA certificates?
84
80
85
81
Docker Desktop supports all trusted certificate authorities (CAs) (root or intermediate). For more information on adding server and client side certs, see
0 commit comments