+To quickly run a Hotline server with ports forwarded from the host OS to the container, run:
+
+ docker run --rm -p 5500:5500 -p 5501:5501 ghcr.io/jhalter/mobius:latest
+
+You can now connect to localhost:5500 with your favorite Hotline client and play around, but all changes will be lost on container restart.
+
+To serve files from the host OS and persist configuration changes, you'll want to set up a [bind mount](https://docs.docker.com/storage/bind-mounts/) that maps a directory from the host into the container.