linuxserver/socket-proxy.

1,286 1 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/socket-proxy
Build Time 26 Apr 2024 23:53:39
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.24.0 26 Apr 2024 at 23:53:39

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.24.0
    container_name: socket-proxy
    restart: no

CLI

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