linuxserver/steamos.

11,734 15 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/steamos
Build Time 23 Jan 2025 08:56:25
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2025-01-19-ls95 23 Jan 2025 at 08:56:25

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  steamos:
    image: linuxserver/steamos:2025-01-19-ls95
    container_name: steamos
    restart: no

CLI

docker create \
  --name=steamos \  --restart no \
  linuxserver/steamos:2025-01-19-ls95