|
|
@@ -30,7 +30,7 @@ func GetShipStatus(patps []string) (map[string]string, error) {
|
|
|
logger.Error(errmsg)
|
|
|
return statuses, err
|
|
|
} else {
|
|
|
- containers, err := cli.ContainerList(context.Background(), types.ContainerListOptions{})
|
|
|
+ containers, err := cli.ContainerList(context.Background(), types.ContainerListOptions{All: true})
|
|
|
if err != nil {
|
|
|
errmsg := fmt.Sprintf("Error getting containers: %v", err)
|
|
|
logger.Error(errmsg)
|