linuxserver/socket-proxy.

10,427 3 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/socket-proxy
Build Time 22 Jul 2024 20:50:10
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.26.1 22 Jul 2024 at 20:50:09

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  socket-proxy:
    image: linuxserver/socket-proxy:1.26.1
    container_name: socket-proxy
    restart: no

CLI

docker create \
  --name=socket-proxy \  --restart no \
  linuxserver/socket-proxy:1.26.1