Skip to content
Oytunistrator edited this page Mar 12, 2025 · 1 revision

SBBS Docker Setup

This project allows you to quickly set up and run the SBBS (Simple Bulletin Board System) application using Docker. SBBS is a Telnet-based application that operates on port 23.

Requirements

Installation

  1. Clone the repository:

    git clone https://github.com/oytunistrator/sbbs-docker.git
    cd sbbs-docker
  2. Build the Docker image:

    Build the Docker image with the following command:

    docker build . -t sbbs
  3. Start the services with Docker Compose:

    Start all services with Docker Compose:

    docker-compose up -d
  4. Access SBBS via Telnet:

    Once the SBBS application is running, you can access it via Telnet:

    telnet localhost 23

    If you're using a different port, you can adjust the settings in the docker-compose.yml file.

Managing Containers

  • Start the containers:

    docker-compose up -d
  • Stop the containers:

    docker-compose down

This should be a clear and concise README for your Telnet-based SBBS application!

SBBS Wiki: https://wiki.synchro.net/

Clone this wiki locally