Not a question, just sharing a howto.
If like me you like to work with Docker, I’ve the pleasure to share my last blog post where I’m explaining how I work today to maintain my blog using Docusaurus.
The idea is to have a production Docker image if f.i. I want to deploy it or publish it on Docker Hub and, aside, I’m extending / overriding part of the image and I’m using VSCode DevContainers to have a clean set-up for my coding experience.
In DevContainer, I’ve installed many usefull extensions / tools like
- LanguageTool (to checky my grammar/spelling and sentence),
- CodeSpell Checker,
- MarkdownLint,
- and some others.
My article is here: Running Docusaurus using Docker | Christophe Avonture