You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/configure-pod-container/static-pod.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,11 +162,14 @@ crictl ps
162
162
The output might be something like:
163
163
164
164
```console
165
-
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
166
-
129fd7d382018 docker.io/library/nginx@sha256:... 11 minutes ago Running web 0 34533c6729106
165
+
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
166
+
129fd7d382018 docker.io/library/nginx@sha256:... 11 minutes ago Running web 0 34533c6729106
167
167
```
168
168
169
-
Note: `crictl` outputs the image URI and SHA-256 checksum. `NAME` will look more like: `docker.io/library/nginx@sha256:0d17b565c37bcbd895e9d92315a05c1c3c9a29f762b011a10c54a66cd53c9b31`.
169
+
{{< note >}}
170
+
`crictl` outputs the image URI and SHA-256 checksum. `NAME` will look more like:
0 commit comments