``` #!/bin/bash docker run \ --rm -it \ -v $(pwd):/host \ -p 8887:8887 \ synthbot/xflsvg:experimental ```