Skip to content

Commit

Permalink
Update es_console_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msecowner authored Mar 21, 2017
1 parent d47d990 commit 1920ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/standalone/es_console_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ docker ps -a
4. 查看服务正常

```bash
netstat -anop |grep '8080\|38002\|9982' |grep LISTEN
netstat -anop |grep '8080\|8081\|38002\|9982' |grep LISTEN
#result looks like:
#tcp 0 0 0.0.0.0:9982 0.0.0.0:* LISTEN 2326/java off (0.00/0/0)
#tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 2359/java off (0.00/0/0)
Expand Down

0 comments on commit 1920ea4

Please sign in to comment.