Skip to content

Commit d158cdf

Browse files
author
Chris Short
committed
Removing additional Docker mentions
1 parent 40afa49 commit d158cdf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/tasks/configure-pod-container/static-pod.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,13 @@ NAME READY STATUS RESTARTS AGE
204204
static-web-my-node1 1/1 Running 0 12s
205205
```
206206
207-
Back on your node where the kubelet is running, you can try to stop the Docker
208-
container manually.
207+
Back on your node where the kubelet is running, you can try to stop the container manually.
209208
You'll see that, after a time, the kubelet will notice and will restart the Pod
210209
automatically:
211210
212211
```shell
213212
# Run these commands on the node where the kubelet is running
214-
docker stop f6d05272b57e # replace with the ID of your container
213+
crictl stop f6d05272b57e # replace with the ID of your container
215214
sleep 20
216215
crictl ps
217216
```

0 commit comments

Comments
 (0)