From 89cecd5b67d4e8d51b73eb60948dfdc4d72d45cd Mon Sep 17 00:00:00 2001 From: Nathan Tien You Date: Wed, 18 Sep 2024 08:48:32 +0000 Subject: [PATCH] Chore : edit presentation assets --- docker-example/presentation/assets/Container.drawio.svg | 2 +- docker-example/presentation/assets/Docker image.drawio.svg | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docker-example/presentation/assets/Docker image.drawio.svg diff --git a/docker-example/presentation/assets/Container.drawio.svg b/docker-example/presentation/assets/Container.drawio.svg index c889fda..cbc5f0a 100644 --- a/docker-example/presentation/assets/Container.drawio.svg +++ b/docker-example/presentation/assets/Container.drawio.svg @@ -1,4 +1,4 @@ -
Host
Host
Docker Engine
Docker Engine
Container
Container
Run executable
Run executable
Entrypoint
Entrypoint
Copy files at creation
Copy files at creation
Image
Image
Filesystem
Filesystem
Filesystem
Filesystem
Isolated Filesystem
Isolated Filesys...
Bind mount
/app
Bind mount...
Host filesystem
Host filesystem
Host filesystem
Host filesystem
Host filesystem
Host filesystem
Docker Network
172.17.0.0/16
Docker Networ...
172.17.0.2
172.1...
172.17.0.1
172.1...
Host Network
192.168.1.0/24
Host Network...
NAT
NAT
192.168.1.10
192.1...
192.168.1.1
192.1...
\ No newline at end of file +
docker run hello-world
docker run hello-world
Docker Engine
Image
tag : hello-world
Image...
Instanciation
Instanciation
Create and run container
from image
hello-world
Create and run c...
Container
Container
Entrypoint
Entrypoint
/hello
/hello
stdout
stdout
Actor
Actor
Read logs
Read logs
Text is not SVG - cannot display
\ No newline at end of file diff --git a/docker-example/presentation/assets/Docker image.drawio.svg b/docker-example/presentation/assets/Docker image.drawio.svg new file mode 100644 index 0000000..c636c7f --- /dev/null +++ b/docker-example/presentation/assets/Docker image.drawio.svg @@ -0,0 +1,4 @@ + + + +
Image
Image
Binaries
Binaries
Libraries
Libraries
Initial configs
Initial co...
Entrypoint
Entrypoint
/usr/bin/httpd
/usr/bin/httpd
Metadata
Metadata
Unique ID: 88c38c3db7b5
Unique ID: 88c38c3db7b5
tag : httpd
tag : httpd
Text is not SVG - cannot display
\ No newline at end of file