Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-elk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hiep Nguyen
docker-elk
Commits
4420ce1e
Commit
4420ce1e
authored
Jun 27, 2017
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Warn about bind mount pitfalls
ref #115
parent
5babdd23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
README.md
README.md
+10
-1
No files found.
README.md
View file @
4420ce1e
...
...
@@ -75,7 +75,7 @@ You can also choose to run it in background (detached mode):
$
docker-compose up
-d
```
Give
Elasticsearch about a minute
to initialize, then access the Kibana web UI by hitting
Give
Kibana about 2 minutes
to initialize, then access the Kibana web UI by hitting
[
http://localhost:5601
](
http://localhost:5601
)
with a web browser.
By default, the stack exposes the following ports:
...
...
@@ -186,6 +186,15 @@ elasticsearch:
This will store Elasticsearch data inside
`/path/to/storage`
.
**NOTE:**
beware of these OS-specific considerations:
*
**Linux:**
the
[
unprivileged `elasticsearch` user
][
esuser
]
is used within the Elasticsearch image, therefore the
mounted data directory must be owned by the uid
`1000`
.
*
**macOS:**
the default Docker for Mac configuration allows mounting files from
`/Users/`
,
`/Volumes/`
,
`/private/`
,
and
`/tmp`
exclusively. Follow the instructions from the
[
documentation
][
macmounts
]
to add more locations.
[
esuser
]:
https://github.com/elastic/elasticsearch-docker/blob/016bcc9db1dd97ecd0ff60c1290e7fa9142f8ddd/templates/Dockerfile.j2#L22
[
macmounts
]:
https://docs.docker.com/docker-for-mac/osxfs/
## Extensibility
### How can I add plugins?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment