mirror of https://github.com/docker/docs.git
73 lines
3.6 KiB
XML
73 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- Pages: 1 -->
|
|
<svg width="368pt" height="241pt"
|
|
viewBox="0.00 0.00 368.00 241.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 237)">
|
|
<polygon fill="none" stroke="none" points="-4,4 -4,-237 364,-237 364,4 -4,4"/>
|
|
<!-- from -->
|
|
<g id="node1" class="node">
|
|
<title>from</title>
|
|
<polygon fill="none" stroke="black" points="360,-233 0,-233 0,-204 360,-204 360,-233"/>
|
|
<text text-anchor="start" x="125" y="-217" font-family="monospace" font-weight="bold" font-size="10.00">FROM </text>
|
|
<text text-anchor="start" x="156" y="-217" font-family="monospace" font-size="10.00">ubuntu:latest</text>
|
|
</g>
|
|
<!-- deps -->
|
|
<g id="node2" class="node">
|
|
<title>deps</title>
|
|
<polygon fill="none" stroke="black" points="360,-182 0,-182 0,-153 360,-153 360,-182"/>
|
|
<text text-anchor="start" x="110" y="-170.5" font-family="monospace" font-weight="bold" font-size="10.00">RUN </text>
|
|
<text text-anchor="start" x="135" y="-170.5" font-family="monospace" font-size="10.00">apt-get update && \</text>
|
|
<text text-anchor="start" x="74.5" y="-160.5" font-family="monospace" font-size="10.00">apt-get install -y build-essentials</text>
|
|
</g>
|
|
<!-- from->deps -->
|
|
<g id="edge1" class="edge">
|
|
<title>from->deps</title>
|
|
<path fill="none" stroke="black" d="M180,-203.77C180,-199.96 180,-196.15 180,-192.33"/>
|
|
<polygon fill="black" stroke="black" points="183.5,-192.24 180,-182.24 176.5,-192.24 183.5,-192.24"/>
|
|
</g>
|
|
<!-- copy -->
|
|
<g id="node3" class="node">
|
|
<title>copy</title>
|
|
<polygon fill="none" stroke="black" points="360,-131 0,-131 0,-102 360,-102 360,-131"/>
|
|
<text text-anchor="start" x="101" y="-115" font-family="monospace" font-weight="bold" font-size="10.00">COPY </text>
|
|
<text text-anchor="start" x="132" y="-115" font-family="monospace" font-size="10.00">main.c Makefile /src/</text>
|
|
</g>
|
|
<!-- deps->copy -->
|
|
<g id="edge2" class="edge">
|
|
<title>deps->copy</title>
|
|
<path fill="none" stroke="black" d="M180,-152.77C180,-148.96 180,-145.15 180,-141.33"/>
|
|
<polygon fill="black" stroke="black" points="183.5,-141.24 180,-131.24 176.5,-141.24 183.5,-141.24"/>
|
|
</g>
|
|
<!-- workdir -->
|
|
<g id="node4" class="node">
|
|
<title>workdir</title>
|
|
<polygon fill="none" stroke="black" points="360,-80 0,-80 0,-51 360,-51 360,-80"/>
|
|
<text text-anchor="start" x="140" y="-64" font-family="monospace" font-weight="bold" font-size="10.00">WORKDIR </text>
|
|
<text text-anchor="start" x="189" y="-64" font-family="monospace" font-size="10.00">/src/</text>
|
|
</g>
|
|
<!-- copy->workdir -->
|
|
<g id="edge3" class="edge">
|
|
<title>copy->workdir</title>
|
|
<path fill="none" stroke="black" d="M180,-101.77C180,-97.96 180,-94.15 180,-90.33"/>
|
|
<polygon fill="black" stroke="black" points="183.5,-90.24 180,-80.24 176.5,-90.24 183.5,-90.24"/>
|
|
</g>
|
|
<!-- build -->
|
|
<g id="node5" class="node">
|
|
<title>build</title>
|
|
<polygon fill="none" stroke="black" points="360,-29 0,-29 0,0 360,0 360,-29"/>
|
|
<text text-anchor="start" x="137" y="-13" font-family="monospace" font-weight="bold" font-size="10.00">RUN </text>
|
|
<text text-anchor="start" x="162" y="-13" font-family="monospace" font-size="10.00">make build</text>
|
|
</g>
|
|
<!-- workdir->build -->
|
|
<g id="edge4" class="edge">
|
|
<title>workdir->build</title>
|
|
<path fill="none" stroke="black" d="M180,-50.77C180,-46.96 180,-43.15 180,-39.33"/>
|
|
<polygon fill="black" stroke="black" points="183.5,-39.24 180,-29.24 176.5,-39.24 183.5,-39.24"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|