Przeglądaj źródła

helpful server msg

Alexander Belanger 5 lat temu
rodzic
commit
74e6b86be4
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      cli/cmd/start.go

+ 2 - 0
cli/cmd/start.go

@@ -299,6 +299,8 @@ func start(
 		return err
 	}
 
+	fmt.Println("Server ready: listening on localhost:8080")
+
 	agent.WaitForContainerStop(id)
 
 	return nil