Skip to content

Commit

Permalink
Name docker daemon.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Apr 23, 2019
1 parent 25f7bd7 commit 2e41ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- sudo sysctl -w vm.max_map_count=262144

before_install:
- docker run -d -p 7777:9200 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.0.0
- docker run -d -p 7777:9200 -e "discovery.type=single-node" --name elk docker.elastic.co/elasticsearch/elasticsearch:7.0.0
- docker logs elk
- docker inspect elk
- travis_wait 5
Expand Down

0 comments on commit 2e41ead

Please sign in to comment.