Skip to content

Instantly share code, notes, and snippets.

@calvinfo
Created October 3, 2015 22:10
Embed
What would you like to do?
FROM segment/base:v3
COPY bin/service /replay-service
EXPOSE 3000
ENTRYPOINT ["/replay-service"]
CMD ["--bind", ":3000", "--poll-interval", "5m"]
@xameeramir
Copy link

Hi Calvin. What is the meaning of SECRET here?

@OJFord
Copy link

OJFord commented Apr 14, 2016

@xameeramir Unlike repos, gists are never truly private - when 'secret' they're simply unlisted; you can view them if you follow a link, or guess a (username, hash) combination with some serious luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment