Sign inSign up

wtnb75/gitbook

By wtnb75

Updated over 7 years ago

gitbook/alpine with calibre, graphviz, java, font-ipa

Image
0

1.2K

wtnb75/gitbook repository overview

# docker run -ti wtnb75/gitbook sh
/ # mkdir x
/ # cd x
/x # gitbook init
warn: no summary file in this book
info: create README.md
info: create SUMMARY.md
info: initialization is finished
/x # gitbook pdf
info: 7 plugins are installed
info: 6 explicitly listed
info: loading plugin "highlight"... OK
info: loading plugin "search"... OK
info: loading plugin "lunr"... OK
info: loading plugin "sharing"... OK
info: loading plugin "fontsettings"... OK
info: loading plugin "theme-default"... OK
info: found 1 pages
info: found 0 asset files
info: >> generation finished with success in 3.1s !
info: >> 1 file(s) generated
/x # gitbook epub
info: 7 plugins are installed
info: 6 explicitly listed
info: loading plugin "highlight"... OK
info: loading plugin "search"... OK
info: loading plugin "lunr"... OK
info: loading plugin "sharing"... OK
info: loading plugin "fontsettings"... OK
info: loading plugin "theme-default"... OK
info: found 1 pages
info: found 1 asset files
info: >> generation finished with success in 2.1s !
info: >> 1 file(s) generated
/x # ls -l
total 80
-rw-r--r--    1 root     root            16 Apr 26 17:01 README.md
-rw-r--r--    1 root     root            40 Apr 26 17:01 SUMMARY.md
-rw-r--r--    1 root     root          4189 Apr 26 17:02 book.epub
-rw-r--r--    1 root     root         52729 Apr 26 17:02 book.pdf

Tag summary

Content type

Image

Digest

Size

250.7 MB

Last updated

over 7 years ago

docker pull wtnb75/gitbook