mermaid-js / mermaid-cli

Command line tool for the Mermaid library
MIT License
2.48k stars 234 forks source link

Improvement the docker command line example #439

Closed daamien closed 1 year ago

daamien commented 1 year ago

As a comparison, here how you launche the pandoc docker image:

docker run --rm --volume "`pwd`:/data" --user `id -u`:`id -g` pandoc/latex:2.6 README.md

see https://github.com/pandoc/dockerfiles#basic-usage

MindaugasLaganeckas commented 1 year ago

Thank you 😄