Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6c
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Upstream-commit: 53b0d62683ee798198c553353dc2106623a9259b Component: engine
This commit is contained in:
@ -129,9 +129,9 @@ func (s *DockerSuite) TestCommitChange(c *check.C) {
|
||||
"Config.ExposedPorts": "map[8080/tcp:{}]",
|
||||
"Config.Env": "[DEBUG=true test=1 PATH=/foo]",
|
||||
"Config.Labels": "map[foo:bar]",
|
||||
"Config.Cmd": "{[/bin/sh]}",
|
||||
"Config.Cmd": "[/bin/sh]",
|
||||
"Config.WorkingDir": "/opt",
|
||||
"Config.Entrypoint": "{[/bin/sh]}",
|
||||
"Config.Entrypoint": "[/bin/sh]",
|
||||
"Config.User": "testuser",
|
||||
"Config.Volumes": "map[/var/lib/docker:{}]",
|
||||
"Config.OnBuild": "[/usr/local/bin/python-build --dir /app/src]",
|
||||
|
||||
Reference in New Issue
Block a user