mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Allow go template to work properly with inspect
Closes #11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
parent
eae272f90e
commit
231d362db7
8 changed files with 120 additions and 32 deletions
|
@ -251,7 +251,7 @@ func (s *DockerSuite) TestCommitChange(c *check.C) {
|
|||
defer deleteImages(imageId)
|
||||
|
||||
expected := map[string]string{
|
||||
"Config.ExposedPorts": "map[8080/tcp:map[]]",
|
||||
"Config.ExposedPorts": "map[8080/tcp:{}]",
|
||||
"Config.Env": "[DEBUG=true test=1 PATH=/foo]",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue