Skip to content

Commit 8a55837

Browse files
committed
[id] Change shell to console for code snippet
1 parent 3ea93fa commit 8a55837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/id/docs/tasks/configure-pod-container/configure-volume-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ yang tetap bertahan, meski Container berakhir dan dimulai ulang. Berikut berkas
4141

4242
Hasil keluaran seperti ini:
4343

44-
```shell
44+
```console
4545
NAME READY STATUS RESTARTS AGE
4646
redis 1/1 Running 0 13s
4747
```
@@ -69,7 +69,7 @@ yang tetap bertahan, meski Container berakhir dan dimulai ulang. Berikut berkas
6969

7070
Keluarannya mirip seperti ini:
7171

72-
```shell
72+
```console
7373
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
7474
redis 1 0.1 0.1 33308 3828 ? Ssl 00:46 0:00 redis-server *:6379
7575
root 12 0.0 0.0 20228 3020 ? Ss 00:47 0:00 /bin/bash
@@ -86,7 +86,7 @@ yang tetap bertahan, meski Container berakhir dan dimulai ulang. Berikut berkas
8686

8787
2. Di dalam terminal awal, amati perubahan terhadap Pod Redis. Sampai akhirnya kamu akan melihat hal seperti ini:
8888

89-
```shell
89+
```console
9090
NAME READY STATUS RESTARTS AGE
9191
redis 1/1 Running 0 13s
9292
redis 0/1 Completed 0 6m

0 commit comments

Comments
 (0)