Note taking app. Uses CodeMirror to highlight markdown.
To build this image you will need to use the experimental buildkit.
First set your environment variable to enable buildkit (powershell)
$env:DOCKER_BUILDKIT
Then invoke the build like this.
docker build . -f .\Notes\Dockerfile -t notes --progress=plain
Icon used from Wikimedia Commons under the Creative Commons Attribution 3.0 Unported license. Modifications were made to the original image.