This show usable Markdown features on GitHub as a side by side comparison. This focuses on Markdown files, while most of also works in comments etc., there are some differences, so keep that in mind.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* KeePass HTTP Handler | |
* | |
* Allows you to use KeePass https://keepass.info/ and | |
* derivations thereof (keepass2android, etc.) | |
* with databases on your remote server over HTTP(S). | |
* | |
* Theoretically optional, but I recomend you configure BasicAuth on your web server and add a user for yourself. |
You can of course just install Docker Desktop, but there are situation where you don't want / can't use it.
So its good to know that you actually don't need to and can isntead intall only the docker binaries. The only drawback is that it only allows you to use Windows images with now option to switch to linux based images.
As of docker-cli >= v24.0.2
you can also install via the winget
tool. That makes it significantly easier, but gives you less contoll. So I am leaving the rest up here.