alpine-edit
June 21, 2025 ยท View on GitHub
Microsoft Edit packaged as a Docker container to run on a Mac
To run edit against the files in your current directory, run this:
docker run --platform linux/arm64 -it --rm -v $(pwd):/workspace ghcr.io/simonw/alpine-edit
Here's background on this project on my blog plus a TIL on Publishing a Docker container for Microsoft Edit to the GitHub Container Registry.