Skip to content

Instantly share code, notes, and snippets.

@pabloh007
Created July 12, 2017 21:24
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 pabloh007/d507e19d90302ddb120d10cfa56bf386 to your computer and use it in GitHub Desktop.
Save pabloh007/d507e19d90302ddb120d10cfa56bf386 to your computer and use it in GitHub Desktop.
app.sls
test-redis:
dockerng.running:
- image: redis-28-centos7
- environment:
- MASTER: true
- port_bindings: "6379:6379"
- network_mode: testdevnetwork
- kwargs:
ip: 172.18.0.2
- detach: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment