mirror of https://github.com/docker/docs.git
Update consistency of <manager-IP>:<port> (#2111)
On the "Sample app overview" page all blocks of IP address and port are shown as <manager-IP>:5000 or <manager-IP>:5001. On this page "Try it out and vote" I see some inconsistency of these forms and fixed them, because I think the style format must be in the form "<manager-IP>:5000", e.g., colon after character ">".
This commit is contained in:
parent
751ffaa659
commit
5ee2ad9a8c
|
@ -12,7 +12,7 @@ worker nodes, containers and services on a visualizer.
|
|||
|
||||
## Vote for cats and dogs
|
||||
|
||||
Go to `<MANAGER-IP:>5000` in a web browser to view the voting page from a user perspective.
|
||||
Go to `<MANAGER-IP>:5000` in a web browser to view the voting page from a user perspective.
|
||||
|
||||

|
||||
|
||||
|
@ -20,7 +20,7 @@ Click on either cats or dogs to vote.
|
|||
|
||||
## View the results tally
|
||||
|
||||
Now, go to `MANAGER-IP:5001` in a web browser to view the voting results tally, as one might do in the role of poll coordinator. The tally is shown by percentage in the current configuration of the app.
|
||||
Now, go to `<MANAGER-IP>:5001` in a web browser to view the voting results tally, as one might do in the role of poll coordinator. The tally is shown by percentage in the current configuration of the app.
|
||||
|
||||

|
||||
|
||||
|
@ -32,7 +32,7 @@ examples.
|
|||
|
||||
## Use the visualizer to monitor the app
|
||||
|
||||
Go to `<MANAGER-IP:>8080` to get a visual map of how the application is
|
||||
Go to `<MANAGER-IP>:8080` to get a visual map of how the application is
|
||||
deployed.
|
||||
|
||||

|
||||
|
|
Loading…
Reference in New Issue