linuxserver-wireshark (latest)
Published 2026-02-25 04:11:42 +00:00 by Bryan Mellott
Installation
docker pull gitea.bryanmellott.com/ign-images/linuxserver-wireshark:latestsha256:95cfd7d91c39a92512bcf23b3ff8275972fe7d80c7db3f944ac8ee4221bb20ae
About this package
[Wireshark](https://www.wireshark.org/) is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.
Image Layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE=2026-02-14T13:56:48+00:00 |
| ARG VERSION=a4f50684-ls7 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- a4f50684-ls7 Build-date:- 2026-02-14T13:56:48+00:00 |
| LABEL maintainer=TheLamer |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit |
| ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |6 BUILD_DATE=2026-02-14T13:56:48+00:00 VERSION=a4f50684-ls7 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
| COPY root/ / # buildkit |
| ENTRYPOINT ["/init"] |
| ARG BUILD_DATE=2026-02-21T02:53:50+00:00 |
| ARG VERSION=8ffe3216-ls17 |
| LABEL build_version=Linuxserver.io version:- 8ffe3216-ls17 Build-date:- 2026-02-21T02:53:50+00:00 |
| LABEL maintainer=thelamer |
| ENV DISPLAY=:1 PERL5LIB=/usr/local/bin HOME=/config START_DOCKER=true PULSE_RUNTIME_PATH=/defaults SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so DISABLE_ZINK=false DISABLE_DRI3=false TITLE=Selkies |
| RUN |2 BUILD_DATE=2026-02-21T02:53:50+00:00 VERSION=8ffe3216-ls17 /bin/sh -c echo "**** install build deps ****" && apk add --no-cache --virtual .build-deps alpine-sdk libxkbcommon-dev linux-headers musl-dev python3-dev && echo "**** install runtime deps ****" && apk add --no-cache bash breeze-cursors ca-certificates cmake dbus-x11 docker docker-cli-compose dunst file font-adobe-100dpi font-adobe-75dpi font-misc-misc font-noto font-noto-cjk font-noto-emoji foot freetype fuse-overlayfs git gnutls gobject-introspection intel-media-driver kbd labwc lang libev libfontenc libgcrypt libjpeg-turbo libnotify libtasn1 libx11 libxau libxcb libxcursor libxcvt libxdmcp libxext libxfixes libxfont2 libxinerama libxkbcommon libxshmfence libxtst linux-firmware-none linux-pam mesa-dri-gallium mesa-gbm mesa-gl mesa-va-gallium mesa-vulkan-ati mesa-vulkan-intel mesa-vulkan-swrast musl-utils nginx nginx-mod-http-fancyindex openbox openssh-client openssl opus p11-kit pciutils procps pulseaudio pulseaudio-utils python3 setxkbmap shadow st sudo tar util-linux vulkan-loader vulkan-tools wayland wl-clipboard wlr-randr wtype x264-libs xauth xclip xdg-utils xdotool xf86-video-amdgpu xf86-video-ati xf86-video-intel xf86-video-nouveau xf86-video-qxl xfconf xkbcomp xkeyboard-config xorg-server xprop xrandr xrdb xsel xset xsettingsd xterm xvfb zlib && echo "**** install selkies ****" && curl -o /tmp/selkies.tar.gz -L "https://github.com/selkies-project/selkies/archive/cf289a88106097239d320f5b64d8d87cb5028033.tar.gz" && cd /tmp && tar xf selkies.tar.gz && cd selkies-* && sed -i '/"av>/d' pyproject.toml && python3 -m venv --system-site-packages /lsiopy && pip install . && pip install setuptools && echo "**** install selkies interposer ****" && cd addons/js-interposer && gcc -shared -fPIC -ldl -o selkies_joystick_interposer.so joystick_interposer.c && mv selkies_joystick_interposer.so /usr/lib/selkies_joystick_interposer.so && echo "**** install selkies fake udev ****" && cd ../fake-udev && make && mkdir /opt/lib && mv libudev.so.1.0.0-fake /opt/lib/ && echo "**** add icon ****" && mkdir -p /usr/share/selkies/www && curl -o /usr/share/selkies/www/icon.png https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/selkies-logo.png && curl -o /usr/share/selkies/www/favicon.ico https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/selkies-icon.ico && echo "**** openbox tweaks ****" && sed -i -e 's/NLIMC/NLMC/g' -e 's|</applications>| <application class="*"><maximized>yes</maximized></application>\n</applications>|' -e 's|</keyboard>| <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|' -e 's|<number>4</number>|<number>1</number>|' /etc/xdg/openbox/rc.xml && sed -i 's/--startup/--replace --startup/g' /usr/bin/openbox-session && echo "**** user perms ****" && echo "abc:abc" | chpasswd && usermod -s /bin/bash abc && echo '%wheel ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/wheel && adduser abc wheel && echo "**** proot-apps ****" && mkdir /proot-apps/ && PAPPS_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/proot-apps/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && curl -L https://github.com/linuxserver/proot-apps/releases/download/${PAPPS_RELEASE}/proot-apps-x86_64.tar.gz | tar -xzf - -C /proot-apps/ && echo "${PAPPS_RELEASE}" > /proot-apps/pversion && echo "**** dind support ****" && addgroup -S dockremap && adduser -S -G dockremap dockremap && echo 'dockremap:165536:65536' >> /etc/subuid && echo 'dockremap:165536:65536' >> /etc/subgid && curl -o /usr/local/bin/dind -L https://raw.githubusercontent.com/moby/moby/master/hack/dind && chmod +x /usr/local/bin/dind && usermod -aG docker abc && echo 'hosts: files dns' > /etc/nsswitch.conf && echo "**** theme ****" && curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz | tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ && echo "**** cleanup ****" && apk del .build-deps && rm -rf /config/.cache /tmp/* # buildkit |
| COPY /root / # buildkit |
| COPY /buildout /usr/share/selkies # buildkit |
| COPY / / # buildkit |
| EXPOSE [3000/tcp 3001/tcp] |
| VOLUME [/config] |
| ENV LSIO_FIRST_PARTY=true |
| ARG BUILD_DATE=2026-02-23T16:06:25+00:00 |
| ARG VERSION=4.6.1-r0-ls296 |
| ARG WIRESHARK_VERSION=4.6.1-r0 |
| LABEL build_version=Linuxserver.io version:- 4.6.1-r0-ls296 Build-date:- 2026-02-23T16:06:25+00:00 |
| LABEL maintainer=thelamer |
| ENV TITLE=Wireshark |
| RUN |3 BUILD_DATE=2026-02-23T16:06:25+00:00 VERSION=4.6.1-r0-ls296 WIRESHARK_VERSION=4.6.1-r0 /bin/sh -c echo "**** add icon ****" && curl -o /usr/share/selkies/www/icon.png https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-icon.png && echo "**** install packages ****" && if [ -z ${WIRESHARK_VERSION+x} ]; then WIRESHARK_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.23/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:wireshark$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache libcap-utils wireshark==${WIRESHARK_VERSION} && echo "**** permissions ****" && setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap && usermod -a -G wireshark abc && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
| COPY /root / # buildkit |
| EXPOSE [3001/tcp] |
| VOLUME [/config] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- 4.6.1-r0-ls296 Build-date:- 2026-02-23T16:06:25+00:00 |
| maintainer | thelamer |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2026-02-23T16:06:25+00:00 |
| org.opencontainers.image.description | [Wireshark](https://www.wireshark.org/) is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998. |
| org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-wireshark |
| org.opencontainers.image.licenses | GPL-3.0-only |
| org.opencontainers.image.ref.name | 099d04e02afccb099de658cdea0a724607128ac0 |
| org.opencontainers.image.revision | 099d04e02afccb099de658cdea0a724607128ac0 |
| org.opencontainers.image.source | https://github.com/linuxserver/docker-wireshark |
| org.opencontainers.image.title | Wireshark |
| org.opencontainers.image.url | https://github.com/linuxserver/docker-wireshark/packages |
| org.opencontainers.image.vendor | linuxserver.io |
| org.opencontainers.image.version | 4.6.1-r0-ls296 |