mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
daemon: add a flag to override the default seccomp profile
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
@@ -46,8 +46,10 @@ func TestInfo(t *testing.T) {
|
||||
return nil, fmt.Errorf("Expected URL '%s', got '%s'", expectedURL, req.URL)
|
||||
}
|
||||
info := &types.Info{
|
||||
ID: "daemonID",
|
||||
Containers: 3,
|
||||
InfoBase: &types.InfoBase{
|
||||
ID: "daemonID",
|
||||
Containers: 3,
|
||||
},
|
||||
}
|
||||
b, err := json.Marshal(info)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user