fix typo in docker_container.go

Signed-off-by: Carlory <fanbaofa@gmail.com>
This commit is contained in:
Carlory 2017-05-05 10:38:44 +00:00
parent ee39d359dd
commit 849454cd72

View File

@ -336,7 +336,7 @@ func (ds *dockerService) ContainerStatus(containerID string) (*runtimeapi.Contai
return nil, err return nil, err
} }
// Parse the timstamps. // Parse the timestamps.
createdAt, startedAt, finishedAt, err := getContainerTimestamps(r) createdAt, startedAt, finishedAt, err := getContainerTimestamps(r)
if err != nil { if err != nil {
return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", containerID, err) return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", containerID, err)