Title logo
linuxserver/wireshark.

1,596,209 133 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/wireshark
Build Time 11 Nov 2024 15:40:55
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.2.5 11 Nov 2024 at 15:40:55

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:4.2.5
    container_name: wireshark
    restart: no

CLI

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