Skip to content

speedst3r/docker-runzero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

runZero Explorer

Run a runZero explorer in a Docker container.

Introduction

This Docker image will download the latest runZero explorer and launch it in manual mode.

Images for linux/amd64 and linux/arm64 only.

Usage

  1. Obtain your Explorer organisation download code from the runZero console (Deploy > Deploy Explorers). The download code is the string beginning with DT
  2. Generate a 32-byte host identifier so when the container launches it is identified as the same agent. Example:
    $ openssl rand -hex 16
    c55636d323b2deea91f2f7d9a632cd7f
  3. Create the Docker container:
    docker run --name=runzero\
        -e RUNZERO_ORG_CODE=<org code> \
        -e RUMBLE_AGENT_HOST_ID=<host id> \
        --restart=unless-stopped\
        ghcr.io/speedst3r/docker-runzero:latest
  4. The explorer should register to your organisation and be visible in the console

Updating

  1. The runzero explorer will update and restart itself without restarting the container. Should you restart the container, the latest version will be downloaded when the container starts.

About

Dockerfile for a runzero explorer

Resources

Stars

Watchers

Forks

Packages