A docker image with a minimal jekyll installation for arm64 machines like the Apple Silicon macs
1.3K
This Docker image/file can be used for development on ARM64 based machines like Macs based on Apple Silicon like the M1 chip.
docker run --rm -v "$PWD:/var/jekyll" -it mrxder/jekyll-docker-arm64:latest jekyll build
docker run --rm -v "$PWD:/var/jekyll" -p 4000:4000 -it mrxder/jekyll-docker-arm64:latest jekyll serve --host=0.0.0.0
Content type
Image
Digest
Size
386.9 MB
Last updated
over 5 years ago
docker pull mrxder/jekyll-docker-arm64