1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-07-12 22:20:55 +02:00

fix docker resp struct

This commit is contained in:
Umputun
2021-04-17 22:55:32 -05:00
parent 7b8d1bb1c8
commit 1aa89cfbd6

View File

@ -336,7 +336,7 @@ func (d *dockerClient) ListContainers() ([]containerInfo, error) {
return nil, fmt.Errorf("unexpected error from docker daemon: %s", e.Message)
}
response := []struct {
var response []struct {
ID string `json:"Id"`
Name string
State string