linuxserver/steamos.

3,496 8 amd64

Build Information

General build information for this image

Docker Hub linuxserver/steamos
Build Time 26 Apr 2024 19:11:57
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-2024-04-26 26 Apr 2024 at 19:11:57

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:version-2024-04-26
    container_name: steamos
    restart: no

CLI

docker create \
  --name=steamos \  --restart no \
  linuxserver/steamos:version-2024-04-26