mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #30161 from xulike666/fix-typo-4/36
fix typo in api/types/client.go
This commit is contained in:
commit
728566c4ad
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ type ImageBuildOptions struct {
|
|||
Dockerfile string
|
||||
Ulimits []*units.Ulimit
|
||||
// See the parsing of buildArgs in api/server/router/build/build_routes.go
|
||||
// for an explaination of why BuildArgs needs to use *string instead of
|
||||
// for an explanation of why BuildArgs needs to use *string instead of
|
||||
// just a string
|
||||
BuildArgs map[string]*string
|
||||
AuthConfigs map[string]AuthConfig
|
||||
|
|
Loading…
Reference in a new issue