Skip to content

Commit ebfa2e4

Browse files
authored
Merge pull request #31306 from ptux/patch-13
Update migrating-telemetry-and-security-agents.md
2 parents b6b81c4 + 02dc4a2 commit ebfa2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For example: on COS images, Docker exposes its Unix domain socket at
5252

5353
Here's a sample shell script to find Pods that have a mount directly mapping the
5454
Docker socket. This script outputs the namespace and name of the pod. You can
55-
remove the grep `/var/run/docker.sock` to review other mounts.
55+
remove the `grep '/var/run/docker.sock'` to review other mounts.
5656

5757
```bash
5858
kubectl get pods --all-namespaces \

0 commit comments

Comments
 (0)