Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.3.1小节中Docker启动ELK 应该少写了 -d 参数 #8

Open
LowLowCoder-Mel opened this issue May 19, 2018 · 1 comment
Open

6.3.1小节中Docker启动ELK 应该少写了 -d 参数 #8

LowLowCoder-Mel opened this issue May 19, 2018 · 1 comment

Comments

@LowLowCoder-Mel
Copy link

Code:

docker run -d -p 5601:5601 \
    -p 9200:9200 \
    -p 5044:5044 \
    -p 15044:15044/udp \
    -it --name elk sebp/elk
@yilikun
Copy link

yilikun commented Jun 20, 2018

-d参数是让docker后台运行,不加的话不影响启动的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants