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
Yong Tang 55d05fc055 Replace "workdir' with const, same as other flags in service create
This is a minor fix that tries to replace `"workdir"` with const in `service create`.

Since `"workdir"` is the only string not defined as const in `func addServiceFlags()`,
I think it makes sense to replace `"workdir"` with a const to be consistent.

The flag `"workdir"` in `service update` has also been replaced.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-08-01 11:45:28 -07:00
..
bundlefile
container update command description in CLI 2016-07-31 00:06:18 +08:00
formatter
idresolver
image Merge pull request #24389 from Microsoft/jjh/silentsecurity 2016-07-08 11:06:33 -07:00
inspect
network update command description in CLI 2016-07-31 00:06:18 +08:00
node update command description in CLI 2016-07-31 00:06:18 +08:00
plugin update command description in CLI 2016-07-31 00:06:18 +08:00
registry fix stdout and stderr in api client 2016-07-05 23:07:40 +08:00
service Replace "workdir' with const, same as other flags in service create 2016-08-01 11:45:28 -07:00
stack cli: docker service|node|stack ps instead of tasks 2016-07-27 11:06:42 -07:00
swarm Remove swarm inspect and use info instead 2016-07-25 20:31:10 -07:00
system update command description in CLI 2016-07-31 00:06:18 +08:00
task service tasks: Improve error reporting 2016-07-21 19:19:11 -07:00
volume update command description in CLI 2016-07-31 00:06:18 +08:00
cli.go Migrate exec command to cobra 2016-07-29 02:10:36 +00:00
client.go
commands.go Migrate exec command to cobra 2016-07-29 02:10:36 +00:00
credentials.go
hijack.go
inspect.go Don't automagically add "[OPTIONS]" to usage 2016-07-19 00:07:19 +02:00
registry.go
trust.go
trust_test.go
utils.go Migrate exec command to cobra 2016-07-29 02:10:36 +00:00