Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 728 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 728 Bytes

whitepapers

Whitepapers on Docker, the Ecosystem, market analysis & best practices

Multiple file formats here (.pdf,.docx, .md) represent work in progress toward publication in Markdown.

pandoc can't directly convert .pdf to .md, so conversion took 2 steps for each of the 2 .pdfs:

  • in Adobe Acrobat Pro, open the _pt1 .pdf, then File > Save To Other > Microsoft Word > Word Document

  • in Terminal, pandoc state_of_union_containers_pt1.docx -f docx -t markdown -o state_of_union_containers_pt1.md

  • in Adobe Acrobat Pro, open the _pt2 .pdf, then File > Save To Other > Microsoft Word > Word Document

  • in Terminal, pandoc state_of_union_containers_pt2.docx -f docx -t markdown -o state_of_union_containers_pt2.md