2 # Start a Linux container containing the mu/ directory.
3 # Useful on non-Linux platforms.
4 # Run it from the top-level mu/ directory.
6 docker run
-it --name mu
-v `pwd`:/mu abyssos
/abyss
:dev
8 # On the first startup, you'll need to run the following commands:
9 # apk add git nano libcxx-dev
12 # Leaving this container will stop it.
16 # Now you can connect to it anytime with:
17 # docker exec -it mu sh
20 # Quite slow, though. Docker has to run a VM on other platforms.