Title logo
linuxserver/wireshark.

1,627,645 136 unknown amd64 arm64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/wireshark
Build Time 21 Apr 2025 15:45:06
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 21 Apr 2025 at 15:44:58

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  wireshark:
    image: linuxserver/wireshark:latest
    container_name: wireshark
    restart: no

CLI

docker create \
  --name=wireshark \  --restart no \
  linuxserver/wireshark:latest