diff --git a/resources/views/livewire/docker/index.blade.php b/resources/views/livewire/docker/index.blade.php
index 3d1b202..d79dff9 100644
--- a/resources/views/livewire/docker/index.blade.php
+++ b/resources/views/livewire/docker/index.blade.php
@@ -92,7 +92,8 @@
{{ $c['name'] }}
-{{ $c['image'] }}@if ($c['ports']) · {{ $c['ports'] }}@endif
+ {{-- Just the image — the raw port list is noisy and rarely useful at a glance. --}} +{{ $c['image'] }}