Skip to content

Commit 52b071e

Browse files
committed
docs(wiki): fix relative image path in docker security tutorial
1 parent 6aff3fd commit 52b071e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wiki/tools/__all_subsections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ If docker.sock is mounted from the host into a container, we can use docker.sock
559559

560560
The Docker socket is a type of UNIX socket used by the Docker CLI to execute Docker commands with root privileges. docker.sock is not originally present inside the container, but users inside the container may need to mount it to manage or create other containers. However, mounting docker.sock inside the container increases the attack surface and poses a security risk.
561561

562-
![images/docker_socket.png](../../assets/images/tools/docker_socket.png)
562+
![images/docker_socket.png](/assets/images/tools/docker_socket.png)
563563

564564
Next, we will go through the steps of the demo experiment:
565565

wiki/tools/docker-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If docker.sock is mounted from the host into a container, we can use docker.sock
9898

9999
The Docker socket is a type of UNIX socket used by the Docker CLI to execute Docker commands with root privileges. docker.sock is not originally present inside the container, but users inside the container may need to mount it to manage or create other containers. However, mounting docker.sock inside the container increases the attack surface and poses a security risk.
100100

101-
![images/docker_socket.png](../../assets/images/tools/docker_socket.png)
101+
![images/docker_socket.png](/assets/images/tools/docker_socket.png)
102102

103103
Next, we will go through the steps of the demo experiment:
104104

0 commit comments

Comments
 (0)