728x90

# docker 설치된 linux에서 실행할 것
# ElasticSearch-Kibana docker-compose 설치
curl -fsSL https://elastic.co/start-local | sh
cd /elastic-start-local
./start.sh
.env ID/PW 확인
https://www.elastic.co/guide/en/elasticsearch/reference/8.7/docker.html#docker-compose-file
Install Elasticsearch with Docker | Elasticsearch Guide [8.7] | Elastic
The container runs Elasticsearch as user elasticsearch using uid:gid 1000:0. Bind mounted host directories and files must be accessible by this user, and the data and log directories must be writable by this user.
www.elastic.co
728x90
반응형
'Dev Log > Troubleshooting' 카테고리의 다른 글
| [DBeaver] Fail to find a Main Class in "..." (4) | 2025.06.24 |
|---|---|
| [DBeaver/MySQL] Public key retrieval is not allowed. (0) | 2025.06.20 |
| [WSL] 윈도우에서 우분투 설치 후 도커 설치 (0) | 2025.04.02 |
| [PyCharm] Python (FastAPI) 프로젝트 실행하기 (0) | 2025.04.02 |
| [VirtualBox] Rocky9 게스트 확장 에러 (0) | 2025.01.23 |