mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![]() 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> |
||
---|---|---|
.. | ||
bundlefile | ||
container | ||
formatter | ||
idresolver | ||
image | ||
inspect | ||
network | ||
node | ||
plugin | ||
registry | ||
service | ||
stack | ||
swarm | ||
system | ||
task | ||
volume | ||
cli.go | ||
client.go | ||
commands.go | ||
credentials.go | ||
hijack.go | ||
inspect.go | ||
registry.go | ||
trust.go | ||
trust_test.go | ||
utils.go |