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.
- Docker (v20.10 and above)
- Docker Compose (v1.27.0 and above)
-
Clone the repository:
git clone https://github.com/oytunistrator/sbbs-docker.git cd sbbs-docker -
Build the Docker image:
Build the Docker image with the following command:
cd docker docker build . -t sbbs
-
Start the services with Docker Compose:
Start all services with Docker Compose:
docker-compose up -d
-
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.ymlfile.
-
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/