view README.md @ 0:95eafbd91f41

add dockerfile
author akahori
date Fri, 22 Mar 2019 01:59:33 +0900
parents
children e86dfb640e86
line wrap: on
line source

title: README.md
author: kiichi aka
profile: Ryukyu Concurrency Reliance Lablatory
lang: Japanese
code-engine: coderay

# What This
これは, markdownから並列信頼研のロゴが入ったスライドを生成するdockerです. 

This is a docker that generates a slide with the Concurrency Reliance Lab logo from markdown.

# How Use
dockerをbuildします.

Build docker.
```
docker build -t slide_docker . 
```

buildが成功したら次のコマンドを使うことで, カレントディレクトリにhtml, pdf.htmlが生成されます.

If build is successful, using following command will generate html and pdf.html in the current directory.

```
docker run --rm -v $PWD:/slideshow slide_docker:latest 
```