Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install:docker [2022/09/08 19:31] – [Install Synchronet on Docker] tracker1 | install:docker [2022/09/08 19:42] (current) – misc formatting fixes/changes. tracker1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
==== Tags ==== | ==== Tags ==== | ||
- | * //:latest// - The latest stable release version (3.18b) | + | * '' |
- | * //#//, //#.##//, //#.##x// - Major, Minor, Patch options | + | * '' |
- | * //:nightly// - The latest nightly | + | * '' |
- | * //: | + | * '' |
+ | |||
+ | NOTE: '' | ||
Line 15: | Line 17: | ||
If you are running Windows, it is recommended that you first install WSL2, then Docker Desktop, configured for WSL2 and doing your volume mounts from inside WSL2 (such as with Ubuntu). | If you are running Windows, it is recommended that you first install WSL2, then Docker Desktop, configured for WSL2 and doing your volume mounts from inside WSL2 (such as with Ubuntu). | ||
+ | |||
+ | |||
+ | ===== First Run ===== | ||
+ | |||
+ | For your first run, you may want to run the Synchronet Configuration Program | ||
+ | (scfg) before you proceed to start any services. | ||
+ | |||
+ | mkdir -p ~/sbbs | ||
+ | cd ~/sbbs | ||
+ | docker run --rm -it -v " | ||
+ | |||
+ | This will create your sbbs storage directory inside your profile, and run the | ||
+ | synchronet configuration program with that directory connected. This container | ||
+ | is setup so that the data directories are initialized on first run of ('' | ||
+ | '' | ||
+ | |||
===== Running ===== | ===== Running ===== | ||
Line 47: | Line 65: | ||
===== Volumes ===== | ===== Volumes ===== | ||
- | In order to better support portability, | + | In order to better support portability, |
+ | |||
+ | Under your ''/ | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
- | * `/backup` - location in order to generate/ | ||
- | * `/defaults` - updated on first run, or updated versions, will container default directories from `/sbbs/` for reference. | ||
- | * `/ | ||
- | * `/ | ||
- | * `/sbbs/web` - not populated, copy files from `/ | ||
- | * `/ | ||
- | * `/ | ||
- | * `/ | ||
- | * `/ | ||
- | * `/ | ||
===== Ports ===== | ===== Ports ===== | ||
Line 64: | Line 85: | ||
Synchronet is preconfigured for the following services/ | Synchronet is preconfigured for the following services/ | ||
- | * `80` - http | + | * '' |
- | * `443` - https | + | * '' |
- | * `1123` - ws-term - used for ftelnet virtual terminal web connections | + | * '' |
- | * `11235` - wss-term - used for ftelnet virtual terminal web connections | + | * '' |
- | * `21` - ftp | + | * '' |
- | * `22`- ssh | + | * '' |
- | * `23` - telnet | + | * '' |
- | * `513`- rlogin | + | * '' |
- | * `64` - petscii 40-column | + | * '' |
- | * `128` - petscii 128-column | + | * '' |
- | * `25` - smtp-mail | + | * '' |
- | * `587` - smtp-submit | + | * '' |
- | * `465` - smtp-submit+tls | + | * '' |
- | * `110` - pop3 | + | * '' |
- | * `995` - pop3+tls | + | * '' |
- | * `119` - nntp | + | * '' |
- | * `563` - nntps | + | * '' |
- | * `18` - message send prot | + | * '' |
- | * `11` - active user svc | + | * '' |
- | * `17` - qotd | + | * '' |
- | * `79` - finger | + | * '' |
- | * `6667` - irc | + | * '' |
Other services/ | Other services/ | ||
- | * `5500` - hotline | + | * '' |
- | * `5501` - hotline-trans | + | * '' |
- | * `24554` - binkp | + | * '' |
- | * `24553` - binkps | + | * '' |
- | * `143` - imap | + | * '' |
- | * `993` - imap+tls | + | * '' |