Skip to content

Commit fef3dcc

Browse files
authored
Merge pull request #31679 from shannonxtreme/dockershim-debug
Remove docker pull command in Debug > Troubleshoot Applications
2 parents ff9e590 + c99901f commit fef3dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tasks/debug-application-cluster/debug-application.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Again, the information from `kubectl describe ...` should be informative. The m
5858

5959
* Make sure that you have the name of the image correct.
6060
* Have you pushed the image to the registry?
61-
* Run a manual `docker pull <image>` on your machine to see if the image can be pulled.
61+
* Try to manually pull the image to see if the image can be pulled. For example,
62+
if you use Docker on your PC, run `docker pull <image>`.
6263

6364
#### My pod is crashing or otherwise unhealthy
6465

0 commit comments

Comments
 (0)