Created
March 16, 2018 17:39
-
-
Save rpau/9ea0b98301e1fa46873d0f4b59fba58d to your computer and use it in GitHub Desktop.
docker file for SNS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM s12v/sns:0.3.5 | |
| HEALTHCHECK --interval=1s --timeout=2s --retries=10 CMD aws sns --endpoint-url http://localhost:9911 list-topics |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment