Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    cd docker
    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/

About

SBBS docker files

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages