2 lines
83 B
Plaintext
Raw Normal View History

docker build -t elastic-test .
docker run -d -p 9200:9200 -p 9300:9300 elastic-test