Install Runme with Docker
If you prefer, you can install Runme using Docker. This will enable you to containerize your application, which in this case is in a markdown format, and allows you to start up the application within your cloud computing platforms, CI/CD pipeline or test environment locally.
Docker images for each released version of Runme are accessible on Docker Hub. To get the latest version, you can use the following command:
docker pull statefulhq/runme:latest
In your project directory you can then use the CLI, e.g. via:
docker run -it --volume $(pwd):/home/project statefulhq/runme ls