Sign inSign up

fixedbit/corrade

By fixedbit

Updated over 1 year ago

An updated build of Corrade - A Second Life bot platform running on Linux

Image
5

10K+

fixedbit/corrade repository overview

Corrade For Docker

This is a pre-built image for the Second Life bot platform known as Corrade.

Me in Second Life: Coal Edge

Example Docker-Compose
version: "3"

services:
  corrade:
    image: fixedbit/corrade:latest
    container_name: corrade
    tty: true
    restart: unless-stopped
    ports:
      - "54377:54377"
      - "8080:8080"
    volumes:
      - "./data/config:/config"
      - "./data/Cache:/corrade/Cache"
      - "./data/Logs:/corrade/Logs"
      - "./data/State:/corrade/State"
      - "./data/Databases:/corrade/Databases"

Tag summary

Content type

Image

Digest

sha256:0ec709028

Size

149.2 MB

Last updated

over 1 year ago

docker pull fixedbit/corrade