Skip to content

Instantly share code, notes, and snippets.

@yevgenko
Created June 1, 2018 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yevgenko/db54cc176b92db37f0bdf2905e0ef111 to your computer and use it in GitHub Desktop.
Save yevgenko/db54cc176b92db37f0bdf2905e0ef111 to your computer and use it in GitHub Desktop.
Docker scripts
#!/bin/sh
docker run -p 9200:9200 -e "http.host=0.0.0.0" -e "transport.host=127.0.0.1" docker.elastic.co/elasticsearch/elasticsearch:5.4.1
#!/bin/sh
docker run -p 5432:5432 -e "POSTGRES_USER=wik" postgres:9.5
#!/bin/sh
docker run -p 6379:6379 redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment