mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix docs
Signed-off-by: huqun <huqun@zju.edu.cn>
This commit is contained in:
parent
f609fb4d83
commit
b96bbf26db
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ var (
|
|||
// map is nil.
|
||||
ErrorCodeEmptyNetwork = errcode.Register(errGroup, errcode.ErrorDescriptor{
|
||||
Value: "EMPTYNETWORK",
|
||||
Message: "invalid networksettings while building port map info",
|
||||
Message: "invalid network settings while building port map info",
|
||||
Description: "The specified endpoint for the port mapping is empty",
|
||||
HTTPStatusCode: http.StatusInternalServerError,
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue