Add example header.

This commit is contained in:
Andrey Petrov 2014-12-14 17:47:55 -08:00
parent 2eb29e8376
commit 4844df6391

View File

@ -1,3 +1,8 @@
#
# Usage example:
# $ docker build -t ssh-chat .
# $ docker run -d -p 0.0.0.0:(your host machine port):2022 --name ssh-chat ssh-chat
#
FROM golang:1.4
MAINTAINER Alvin Lai <al@alvinlai.com>