Skip to content

Instantly share code, notes, and snippets.

@novemberde
Created May 1, 2017 14:52
Show Gist options
  • Save novemberde/a535fa2086417d8879bf235a5eafad41 to your computer and use it in GitHub Desktop.
Save novemberde/a535fa2086417d8879bf235a5eafad41 to your computer and use it in GitHub Desktop.
dockerfile_redis_cli
FROM redis
ENTRYPOINT [ "redis-cli" ]
CMD [ "--help" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment