質問編集履歴
1
docker イメージの取得方法について追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,6 +7,10 @@
|
|
7
7
|
[https://github.com/p1ass/mdtopdf](https://github.com/p1ass/mdtopdf)
|
8
8
|
|
9
9
|
[Markdownで書いた実験レポートをTeX組版の美しいPDFに変換するDockerイメージを作った](https://blog.p1ass.com/posts/mdtopdf/)
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
docker イメージは、Docker Hubからpullしました。
|
10
14
|
|
11
15
|
環境については、補足情報ご参照ください。
|
12
16
|
|
@@ -19,6 +23,26 @@
|
|
19
23
|
- WSL
|
20
24
|
|
21
25
|
```
|
26
|
+
|
27
|
+
$ docker pull plass/mdtopdf
|
28
|
+
|
29
|
+
Using default tag: latest
|
30
|
+
|
31
|
+
latest: Pulling from plass/mdtopdf
|
32
|
+
|
33
|
+
Digest: sha256:5d64d75b39c0beed364a34c84ab49f167fa69900ef9138969a7ea5345aa96da1
|
34
|
+
|
35
|
+
Status: Image is up to date for plass/mdtopdf:latest
|
36
|
+
|
37
|
+
$ docker images
|
38
|
+
|
39
|
+
REPOSITORY TAG IMAGE ID CREATED
|
40
|
+
|
41
|
+
SIZE
|
42
|
+
|
43
|
+
plass/mdtopdf latest 7430427abc19 3 weeks ago
|
44
|
+
|
45
|
+
1.59GB
|
22
46
|
|
23
47
|
$ ls
|
24
48
|
|