docker メモ
1st terminal
`docker run -it -v ${PWD}:/resume there4/markdown-resume`
2nd terminal
`docker cp resume.md ${container_id}:app/examples/source`
1st terminal
cd ../app
./bin/md2resume pdf -t readable examples/source/resume.md examples/output/
```
2nd termianl
sudo docker cp ${container_id}:app/examples/output/ .
Get into container bash
sudo docker exec -it ${container_id} bash
```
Author And Source
この問題について(docker メモ), 我々は、より多くの情報をここで見つけました https://qiita.com/aizwellenstan/items/afdfdba4992988ffc15b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .