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: machine/get-started.md
+21-14Lines changed: 21 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,11 +286,18 @@ For machines other than `default`, and commands other than those listed above, y
286
286
287
287
## Unset environment variables in the current shell
288
288
289
-
You might want to use the current shell to connect to a different Docker Engine. This would be the case if, for example, you are [running Docker for Mac concurrent with Docker Toolbox](/docker-for-mac/docker-toolbox.md) and want to talk to two different Docker Engines, or running swarms on Docker Cloud and want to [switch between managing the swarm and using Docker hosts](/docker-cloud/cloud-swarm/connect-to-swarm.md#switch-between-your-swarm-and-docker-hosts-in-the-same-shell). In both scenarios, you have the option to switch the environment for the current shell to talk to different Docker engines.
289
+
You might want to use the current shell to connect to a different Docker Engine.
290
+
This would be the case if, for example, you are [running Docker for Mac
291
+
concurrent with Docker Toolbox](/docker-for-mac/docker-toolbox.md) and want to
292
+
talk to two different Docker Engines, or running swarms on Docker Cloud and want
293
+
to [switch between managing the swarm and using Docker
0 commit comments