Title logo
linuxserver/gazee.

A Gazee container, brought to you by LinuxServer.io.

3,096,937 15 arm64 arm amd64 Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/gazee
Build Time 11 Jun 2019 21:04:26
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 7dbacd86-ls11 11 Jun 2019 at 21:04:26

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  gazee:
    image: linuxserver/gazee:7dbacd86-ls11
    container_name: gazee
    restart: no

CLI

docker create \
  --name=gazee \  --restart no \
  linuxserver/gazee:7dbacd86-ls11