All Projects → zembutsu → Docs.docker.jp

zembutsu / Docs.docker.jp

Licence: apache-2.0
Dockerドキュメント日本語化プロジェクト ,Docker Documentation Translate Project for ja-jp

Labels

docs.docker.jp

http://docs.docker.jp

Here is a translated documents of Docker Version v19.03. Original (English) version is here; https://docs.docker.com/

build

Dockerを使ってbuildできます。

html

build/html 以下に生成されます。

docker run --rm -v `pwd`:/mnt ghcr.io/zembutsu/docs.docker.jp/latex make clean html

pdf

build/latex 以下に生成されます。

Emergency stop. を避けるために、あらかじめ \xe2\x80\x93 (EN DASH)を -- に変換しておきます。

grep -Flr '–' . | xargs -n1 sed -i 's/–/--/g'

そしてビルド

docker run --rm -v `pwd`:/mnt ghcr.io/zembutsu/docs.docker.jp/latex make clean latexpdfja

Archives

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].