• Stars
    star
    299
  • Rank 139,269 (Top 3 %)
  • Language
    CSS
  • License
    Apache License 2.0
  • Created about 9 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

docs.docker.jp

http://docs.docker.jp

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

Pull Request について

デフォルトのブランチ v23.0 に対してお願いいたします。

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

More Repositories

1

muninwalk

command line interface(CLI) for munin. it seems like snmpwalk.
Perl
27
star
2

docker-sample-nginx

a sample nginx container to display container name
HTML
24
star
3

AWS-EstimateCharge

Munin plugins for "AWS EstimateCharge". to get monthly estimated charge; total charge and each services
Shell
10
star
4

munin-plugin-httping_

httping (measure the latency and throghput of HTTP) plugin for munin
Shell
8
star
5

zabbix-docker

7
star
6

sakura-terraform

Terraform for Sakura Cloud samples
HCL
7
star
7

serf-munin

serf event handler that manage auto add/delete munin nodes
Shell
6
star
8

HTTP-Safe-Guard

To detect DoS Attack and auto filtering with iptables.
5
star
9

nasne_monitor

to monitor nasune status and disk usage
Perl
4
star
10

zabbix-template-ioDrive

ZABBIX Templates to monitoring ioDrive physical status
2
star
11

qa-docker

Dockerに関するよくある質問と回答をまとめるリポジトリです https://qa.docker.jp/
2
star
12

zabbix-api-tools

ZABBIX API Tools
Shell
2
star
13

terraform.hashidocs.jp

Terraform ドキュメント日本語化プロジェクトTranslation document from terraform.io
CSS
1
star
14

sakura-knowledge

Shell
1
star
15

munin-plugin-digitalocean

Munin plugins for DigitalOcean metrics
Shell
1
star
16

kubernetes-jp-tmp

forked from kubernetes/website (翻訳準備のための内容把握用・たたき台)
HTML
1
star
17

sakura-cloud-hands-on

さくらのクラウドハンズオン用
1
star
18

munin-iodrive-plugin

Watching Fusion-io's iodrive status
1
star
19

Hello-Work

hello^^
1
star
20

programming-education-guidance

小学校プログラミング教育の手引 テキスト版
1
star