*/ public function toArray(): array { return [ 'id' => $this->id, 'name' => $this->name, 'image' => $this->image, 'status' => $this->status, 'is_running' => $this->isRunning, 'created' => $this->created, 'ports' => $this->ports, ]; } }