mirror of
https://github.com/moby/moby.git
synced 2025-07-29 07:21:35 +03:00
Remove PortSpecs from Config
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
This commit is contained in:
@ -842,7 +842,6 @@ func (s *DockerSuite) TestContainerApiPostCreateNull(c *check.C) {
|
||||
"AttachStdin":true,
|
||||
"AttachStdout":true,
|
||||
"AttachStderr":true,
|
||||
"PortSpecs":null,
|
||||
"ExposedPorts":{},
|
||||
"Tty":true,
|
||||
"OpenStdin":true,
|
||||
|
Reference in New Issue
Block a user