Skip to content

Commit 0e9e8b9

Browse files
committed
Change language so that docker is an example
1 parent 0849d43 commit 0e9e8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ worker node, but it can't run on that machine. Again, the information from
8686
8787
* Make sure that you have the name of the image correct.
8888
* Have you pushed the image to the repository?
89-
* Run a manual `docker pull <image>` on your machine to see if the image can be
90-
pulled.
89+
* Try to manually pull the image to see if it can be pulled. For example, if you
90+
use Docker on your PC, run `docker pull <image>`.
9191
9292
### My pod is crashing or otherwise unhealthy
9393

0 commit comments

Comments
 (0)