1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client
Daniel, Dao Quang Minh 8833d800bf check tag's validity before building.
When user passes an invalid tag to `docker build`
(i.e.  `docker build -t abcd:A0123456789B0123456789C0123456789 .`), check the
tag first and terminate-early so user can specify the tag again

Docker-DCO-1.1-Signed-off-by: Daniel, Dao Quang Minh <dqminh89@gmail.com> (github: dqminh)
2014-09-29 06:21:54 -04:00
..
cli.go DockerCli: Check IsTerminal() for both STDIN and STDOUT 2014-09-25 20:58:24 +02:00
commands.go check tag's validity before building. 2014-09-29 06:21:54 -04:00
hijack.go DockerCli: Check IsTerminal() for both STDIN and STDOUT 2014-09-25 20:58:24 +02:00
utils.go DockerCli: Check IsTerminal() for both STDIN and STDOUT 2014-09-25 20:58:24 +02:00