Ident samples
This commit is contained in:
parent
6184c0bf3d
commit
02db9cc19c
47 changed files with 2660 additions and 215 deletions
BIN
tutorial/docker-orchestration/disp/aufs_layers.jpg
Normal file
BIN
tutorial/docker-orchestration/disp/aufs_layers.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
BIN
tutorial/docker-orchestration/disp/base_device.jpg
Normal file
BIN
tutorial/docker-orchestration/disp/base_device.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
tutorial/docker-orchestration/disp/container-layers.jpg
Normal file
BIN
tutorial/docker-orchestration/disp/container-layers.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
tutorial/docker-orchestration/disp/image-layers.jpg
Normal file
BIN
tutorial/docker-orchestration/disp/image-layers.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
57
tutorial/docker-orchestration/disp/index.html
Normal file
57
tutorial/docker-orchestration/disp/index.html
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Docker layers</title>
|
||||
<style>
|
||||
body { background: white; text-align: center; }
|
||||
table { width: 100%; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Difference image/container</h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="image-layers.jpg" alt="Image layers">
|
||||
</td>
|
||||
<td>
|
||||
<img src="container-layers.jpg" alt="Container layers">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
<h1>Block Device <em>Union</em></h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="base_device.jpg" alt="Base device">
|
||||
</td>
|
||||
<td>
|
||||
<img src="two_dm_container.jpg" alt="Base device">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
<h1>Filesystem UnionFS</h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<figure>
|
||||
<img src="aufs_layers.jpg" alt="AUFS layers">
|
||||
<figcaption>AUFS</figcaption>
|
||||
</figure>
|
||||
</td>
|
||||
<td>
|
||||
<figure>
|
||||
<img src="overlay_constructs.jpg" alt="AUFS layers">
|
||||
<figcaption>OverlayFS</figcaption>
|
||||
</figure>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<p style="text-align: left">
|
||||
Images from <a href="https://docs.docker.com/">docs.docker.com</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
tutorial/docker-orchestration/disp/overlay_constructs.jpg
Normal file
BIN
tutorial/docker-orchestration/disp/overlay_constructs.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
tutorial/docker-orchestration/disp/two_dm_container.jpg
Normal file
BIN
tutorial/docker-orchestration/disp/two_dm_container.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
Loading…
Add table
Add a link
Reference in a new issue