Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
Michael Saunby edited this page Oct 18, 2023 · 1 revision

Welcome to the intro-to-python wiki!

Notes on testing with Docker

% docker run -ti --rm -p 4000:4000 -v `pwd`:/home ruby:3.0 /bin/bash
root@d4024b6c8a4c:/home# cd /home
root@d4024b6c8a4c:/home# bundle exec jekyll serve -H 0.0.0.0
Clone this wiki locally