mirror of https://github.com/docker/docs.git
75 lines
3.8 KiB
XML
75 lines
3.8 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="271pt"
|
|
viewBox="0.00 0.00 368.00 271.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 267)">
|
|
<polygon fill="none" stroke="none" points="-4,4 -4,-267 364,-267 364,4 -4,4"/>
|
|
<!-- from -->
|
|
<g id="node1" class="node">
|
|
<title>from</title>
|
|
<polygon fill="none" stroke="black" points="360,-263 0,-263 0,-234 360,-234 360,-263"/>
|
|
<text text-anchor="start" x="125" y="-247" font-family="monospace" font-weight="bold" font-size="10.00">FROM </text>
|
|
<text text-anchor="start" x="156" y="-247" 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,-212 0,-212 0,-183 360,-183 360,-212"/>
|
|
<text text-anchor="start" x="110" y="-200.5" font-family="monospace" font-weight="bold" font-size="10.00">RUN </text>
|
|
<text text-anchor="start" x="135" y="-200.5" font-family="monospace" font-size="10.00">apt-get update && \</text>
|
|
<text text-anchor="start" x="74.5" y="-190.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,-233.77C180,-229.96 180,-226.15 180,-222.33"/>
|
|
<polygon fill="black" stroke="black" points="183.5,-222.24 180,-212.24 176.5,-222.24 183.5,-222.24"/>
|
|
</g>
|
|
<!-- copy -->
|
|
<g id="node3" class="node">
|
|
<title>copy</title>
|
|
<polygon fill="none" stroke="red" points="360,-161 0,-161 0,-132 360,-132 360,-161"/>
|
|
<text text-anchor="start" x="101" y="-145" font-family="monospace" font-weight="bold" font-size="10.00">COPY </text>
|
|
<text text-anchor="start" x="132" y="-145" 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,-182.77C180,-178.96 180,-175.15 180,-171.33"/>
|
|
<polygon fill="black" stroke="black" points="183.5,-171.24 180,-161.24 176.5,-171.24 183.5,-171.24"/>
|
|
</g>
|
|
<!-- workdir -->
|
|
<g id="node4" class="node">
|
|
<title>workdir</title>
|
|
<polygon fill="none" stroke="red" points="360,-95 0,-95 0,-66 360,-66 360,-95"/>
|
|
<text text-anchor="start" x="140" y="-79" font-family="monospace" font-weight="bold" font-size="10.00">WORKDIR </text>
|
|
<text text-anchor="start" x="189" y="-79" 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="red" d="M180,-131.89C180,-124.12 180,-114.36 180,-105.43"/>
|
|
<polygon fill="red" stroke="red" points="183.5,-105.15 180,-95.15 176.5,-105.15 183.5,-105.15"/>
|
|
<text text-anchor="middle" x="169.5" y="-109.8" font-family="Times,serif" font-size="14.00"> ❌  </text>
|
|
</g>
|
|
<!-- build -->
|
|
<g id="node5" class="node">
|
|
<title>build</title>
|
|
<polygon fill="none" stroke="red" 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="red" d="M180,-65.89C180,-58.12 180,-48.36 180,-39.43"/>
|
|
<polygon fill="red" stroke="red" points="183.5,-39.15 180,-29.15 176.5,-39.15 183.5,-39.15"/>
|
|
<text text-anchor="middle" x="169.5" y="-43.8" font-family="Times,serif" font-size="14.00"> ❌  </text>
|
|
</g>
|
|
</g>
|
|
</svg>
|