cache/lscr.io/linuxserver/wireguard (latest)
Published 2026-03-25 15:14:05 +01:00 by balki
Installation
docker pull forgejo.balki.cloud/balki/cache/lscr.io/linuxserver/wireguard:latestsha256:2297c9d275db6008640ad1579cfd975934f71f838bf01b21a4352cb37cb88802About this package
[WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.
Image layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE=2026-03-07T13:53:29+00:00 |
| ARG VERSION=48fea208-ls9 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- 48fea208-ls9 Build-date:- 2026-03-07T13:53:29+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-03-07T13:53:29+00:00 VERSION=48fea208-ls9 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"] |
| ENV LSIO_FIRST_PARTY=true |
| ARG BUILD_DATE=2026-03-12T11:40:57+00:00 |
| ARG VERSION=1.0.20250521-r1-ls105 |
| ARG WIREGUARD_RELEASE=1.0.20250521-r1 |
| LABEL build_version=Linuxserver.io version:- 1.0.20250521-r1-ls105 Build-date:- 2026-03-12T11:40:57+00:00 |
| LABEL maintainer=thespad |
| RUN |3 BUILD_DATE=2026-03-12T11:40:57+00:00 VERSION=1.0.20250521-r1-ls105 WIREGUARD_RELEASE=1.0.20250521-r1 /bin/sh -c if [ -z "${WIREGUARD_RELEASE+x}" ]; then WIREGUARD_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.23/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:wireguard-tools$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && echo "**** install dependencies ****" && apk add --no-cache bc coredns grep iproute2 iptables ip6tables iputils kmod libcap-utils libqrencode-tools net-tools nftables openresolv wireguard-tools==${WIREGUARD_RELEASE} && echo "wireguard" >> /etc/modules && sed -i 's|\[\[ $proto == -4 \]\] && cmd sysctl -q net\.ipv4\.conf\.all\.src_valid_mark=1|[[ $proto == -4 ]] \&\& [[ $(sysctl -n net.ipv4.conf.all.src_valid_mark) != 1 ]] \&\& cmd sysctl -q net.ipv4.conf.all.src_valid_mark=1|' /usr/bin/wg-quick && rm -rf /etc/wireguard && ln -s /config/wg_confs /etc/wireguard && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** clean up ****" && rm -rf /tmp/* # buildkit |
| COPY /root / # buildkit |
| EXPOSE [51820/udp] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- 1.0.20250521-r1-ls105 Build-date:- 2026-03-12T11:40:57+00:00 |
| maintainer | thespad |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2026-03-12T11:40:57+00:00 |
| org.opencontainers.image.description | [WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry. |
| org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-wireguard |
| org.opencontainers.image.licenses | GPL-3.0-only |
| org.opencontainers.image.ref.name | a8c85227d5258f4662d2e4bdb6f96f8212ea3e09 |
| org.opencontainers.image.revision | a8c85227d5258f4662d2e4bdb6f96f8212ea3e09 |
| org.opencontainers.image.source | https://github.com/linuxserver/docker-wireguard |
| org.opencontainers.image.title | Wireguard |
| org.opencontainers.image.url | https://github.com/linuxserver/docker-wireguard/packages |
| org.opencontainers.image.vendor | linuxserver.io |
| org.opencontainers.image.version | 1.0.20250521-r1-ls105 |