Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 529 Bytes

DOCKER.md

File metadata and controls

19 lines (15 loc) · 529 Bytes

Usage

  1. Write a PlantUML file like the sample file simple_question.puml
  2. Run qanda on your file
$ docker pull rlespinasse/qanda
$ docker run -it -v $(PWD):/data rlespinasse/qanda my_qanda_file.puml
Question 1
> This docker image is call 'qanda'?
  [X] Yes
  [ ] No

Want to read more, go to rlespinasse/qanda on GitHub.