run docker
This commit is contained in:
2
run
2
run
@@ -1 +1 @@
|
|||||||
docker run --rm -it --network elastic $(docker build -q .)
|
docker run --rm -it -e ELASTIC_HOST=http://elastic:9200 --network elastic $(docker build -q .)
|
||||||
|
|||||||
1
run_http
Normal file
1
run_http
Normal file
@@ -0,0 +1 @@
|
|||||||
|
docker run --rm -it -e ELASTIC_HOST=http://elastic:9200 -p 8080:8080 --network elastic $(docker build -q -f Dockerfile_http .)
|
||||||
Reference in New Issue
Block a user