Docker image for Mulesoft Api Designer tool with local filesystem storage.
This project is based on arthurtsang/raml-store which is a fork of brianmc/raml-store.
Brian's project requires MongoDB as storage. Arthur's project is great (introduces local filesystem storage),
but it has not been updated for over 2 years and relies on an old version of API Designer which does not
support RAML 1.0
.
Assuming you have Docker installed, simply run
docker run -d --name api-designer -v $(pwd)/raml:/raml -p 3000:3000 loostro/api-designer:0.3.2
in the directory containig your RAML files, or replace the $(pwd)
with an absolute path to it.
This project is released under the MIT License.