Add a page for Docker installs

This commit is contained in:
idk
2021-07-05 13:27:52 -04:00
parent d124b3e91b
commit 92335d59e8
4 changed files with 10 additions and 6 deletions

View File

@@ -80,6 +80,10 @@ def downloads_debian():
def downloads_windows():
return render_template('downloads/windows.html')
# Docker-specific page
def downloads_docker():
return render_template('downloads/docker.html')
# Firefox-specific page
def downloads_firefox():
# TODO: read mirror list or list of available files