Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Ups.. left image out.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Mar 31, 2019
1 parent 09b40d6 commit d183e61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cluster/formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ func (JSONFormatter) Format(machines []*Machine) error {
s := status{}
s.Hostname = m.Hostname()
s.Name = m.ContainerName()
s.Image = m.spec.Image
s.Command = m.spec.Cmd
s.Spec = nil
state := "Stopped"
if m.IsRunning() {
Expand Down

0 comments on commit d183e61

Please sign in to comment.