Skip to content

Commit c99901f

Browse files
committed
Remove docker pull command
1 parent 05b03c7 commit c99901f

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)