`run.sh` has `docker-compose up -d core web certbot registry-mirror squid mirror smb` The `Readme.md` has: - **dnsmasq** (provides DHCP and TFTP services) - **nginx** - **squid** - optional, used for caching http requests - **registry** - optional, used for caching Docker images - **Gitea** - optional, used for mirroring git repositories considering that `core` is both privileged, and uses all the host namespaces, this deserves more exposition.
run.shhasdocker-compose up -d core web certbot registry-mirror squid mirror smbThe
Readme.mdhas:considering that
coreis both privileged, and uses all the host namespaces, this deserves more exposition.