Skip to content

Instantly share code, notes, and snippets.

@q-ode
Created August 13, 2019 10:51
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 q-ode/283e1d0418ef4a1732d9f02784ab8b3b to your computer and use it in GitHub Desktop.
Save q-ode/283e1d0418ef4a1732d9f02784ab8b3b to your computer and use it in GitHub Desktop.
Run necessary containers
#!/usr/bin/env bash
docker run -d -p 27017:27017 mongo
docker run -d -p 6379:6379 redis
docker run -d -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment