You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »


Docker


CONTAINER=dos-bbs
IMAGE=jgoerzen/dos-bbs

docker stop $CONTAINER
docker rm $CONTAINER
#docker rmi $IMAGE

docker run -d \
-p 5901:5901 \
-p 23:23 \
-v $PWD/bbs:/dos/drive_g/bbs
--env VNCPASSWORD=xxx \
--name $CONTAINER \
$IMAGE


This docker image using an environment variable to set the VNC password.


Connected using VNC


To run dosconsole, issue the following command

dosconsole


Running Telegard


h:
cd ADF
lh adf COM1 3F8  4 38400 8192  8192  8

date 01-01-1999
g:
cd bbs
telegard



Apparently, we need something in h:\startup\node1


Modem Settings:

Utilities

UtilityDescriptionURL
synctermA cross-platform ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, or SSH.https://sourceforge.net/projects/syncterm/
ftelnetBrowser Based Telnet Clienthttps://www.ftelnet.ca/





References

  • No labels