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
minor #19272 Update Docker page with instructions for Mac users (codedmonkey)
This PR was submitted for the 6.4 branch but it was merged into the 5.4 branch instead.
Discussion
----------
Update Docker page with instructions for Mac users
As explained in symfony-cli/symfony-cli#350, Mac users need to grant specific permissions for the Docker integration of the Symfony CLI to work.
Commits
-------
eff82f6 Update Docker page with instructions for Mac users
Copy file name to clipboardExpand all lines: setup/docker.rst
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,9 @@ If you're using the :ref:`symfony binary web server <symfony-local-web-server>`
51
51
then it can automatically detect your Docker services and expose them as environment
52
52
variables. See :ref:`symfony-server-docker`.
53
53
54
+
.. note::
55
+
56
+
Mac users need to explicitly allow the default Docker socket to be used for the Docker integration to work as explained in the `Docker documentation`_.
0 commit comments