linuxserver/emulatorjs.

111,960 50 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/emulatorjs
Build Time 21 Sep 2023 08:43:11
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.7.2 21 Sep 2023 at 08:43:11

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  emulatorjs:
    image: linuxserver/emulatorjs:1.7.2
    container_name: emulatorjs
    restart: no

CLI

docker create \
  --name=emulatorjs \  --restart no \
  linuxserver/emulatorjs:1.7.2