We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acea0e6 commit acc0f1fCopy full SHA for acc0f1f
README.md
@@ -366,3 +366,25 @@ Dependency
366
* bats (for unit tests)
367
368
Tested on Ubuntu 14.04/14.10 in bash/zsh.
369
+
370
+Docker
371
+==========
372
373
+* Build
374
375
+```shell
376
+docker build -t markdown-toc-generator .
377
+```
378
379
+* Run on URL
380
381
382
+docker run -it markdown-toc-generator https://github.com/ekalinin/envirius/blob/master/README.md
383
384
385
+* Run on local (need to share volume with docker)
386
387
388
+docker run -it -v /data/ekalinin/envirius:/data markdown-toc-generator /data/README.md
389
390
0 commit comments