File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ crictl ps
161
161
162
162
The output might be something like:
163
163
164
- ` ` `
164
+ ` ` ` console
165
165
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
166
166
129fd7d382018 docker.io/library/nginx@sha256:... 11 minutes ago Running web 0 34533c6729106
167
167
` ` `
@@ -216,7 +216,7 @@ crictl stop 129fd7d382018 # replace with the ID of your container
216
216
sleep 20
217
217
crictl ps
218
218
` ` `
219
- ` ` `
219
+ ` ` ` console
220
220
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
221
221
89db4553e1eeb docker.io/library/nginx@sha256:... 19 seconds ago Running web 1 34533c6729106
222
222
` ` `
@@ -237,7 +237,7 @@ mv /tmp/static-web.yaml /etc/kubelet.d/
237
237
sleep 20
238
238
crictl ps
239
239
` ` `
240
- ` ` `
240
+ ` ` ` console
241
241
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
242
242
f427638871c35 docker.io/library/nginx@sha256:... 19 seconds ago Running web 1 34533c6729106
243
243
` ` `
You can’t perform that action at this time.
0 commit comments