Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor correction in cluster status command
changed from docker exec vernemq1 vmq-admin cluster status -> docker exec vernemq1 vmq-admin cluster show
  • Loading branch information
vedavidhbudimuri authored and larshesel committed Aug 7, 2017
1 parent f6a50d0 commit b7534fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This allows a newly started container to automatically join a VerneMQ cluster. A

To check if the bove containers have successfully clustered you can issue the ```vmq-admin``` command:

docker exec vernemq1 vmq-admin cluster status
docker exec vernemq1 vmq-admin cluster show
+--------------------+-------+
| Node |Running|
+--------------------+-------+
Expand Down

0 comments on commit b7534fc

Please sign in to comment.