1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder
Chen Hanxiao 26e85b0db1 dispatchers: warn user if try to use EXPOSE ip:hostPort:containerPort
We could use EXPOSE ip:hostPort:containerPort,
but actually it did as EXPOSE ::containerPort

commit 2275c833 already warned user on daemon side.
This patch will print warning message on client side.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2015-03-04 21:09:50 -05:00
..
command Map Commands instead of using them as a slice 2015-02-20 15:56:21 +01:00
parser builder/parser: Make use of builder/command 2015-02-11 23:54:41 -08:00
dispatchers.go dispatchers: warn user if try to use EXPOSE ip:hostPort:containerPort 2015-03-04 21:09:50 -05:00
evaluator.go Merge pull request #11000 from anandkumarpatel/invalidate-probe 2015-03-04 11:35:00 -08:00
internals.go Remove comment and b.UtilizeCache check. 2015-02-25 14:04:35 -08:00
job.go Support dockerfile and Dockerfile 2015-03-03 18:38:50 -08:00
MAINTAINERS Modify MAINTAINERS per erikh's suggestion 2015-01-05 10:28:36 -08:00
support.go builder: handle escapes without swallowing all of them. 2014-10-27 17:38:24 +00:00