Skip to content

Commit b50a948

Browse files
removed Tip on setting env variables, not needed
1 parent 309adeb commit b50a948

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

engine/getstarted-voting-app/cleanup.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ start them per your cloud setup.
8888
8989
At this point, the app is back up. The web pages you looked at in the [test drive](test-drive.md) should be available, and you could experiment, modify the app, and [redeploy](customize-app.md).
9090
91-
>**Tip:** If you set `docker-machine` environment variables to talk to a particular Docker machine, you'll need to unset them or simply open a new
92-
terminal window to do other work. However, for the voting app tutorial we never
93-
explicitly set `docker-machine` environment variables, since we immediately `ssh`
94-
directly into the `manager` and `worker` and run all of our swarm commands on
95-
those nodes. So you can ignore `docker-machine` caveats about setting environment
96-
variables in this context.
97-
9891
## Removing the machines
9992
10093
If you prefer to remove your local machines altogether, use `docker-machine rm`

0 commit comments

Comments
 (0)