Skip to content

Commit 4b409b6

Browse files
authored
Merge pull request #39795 from Arhell/fr-snippet
[fr] Change shell to console for code snippet
2 parents c44bdb2 + d793e45 commit 4b409b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Voici le fichier de configuration du Pod :
4545
4646
La sortie ressemble à ceci :
4747
48-
```shell
48+
```console
4949
NAME READY STATUS RESTARTS AGE
5050
redis 1/1 Running 0 13s
5151
```
@@ -73,7 +73,7 @@ Voici le fichier de configuration du Pod :
7373
7474
La sortie ressemble à ceci :
7575
76-
```shell
76+
```console
7777
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
7878
redis 1 0.1 0.1 33308 3828 ? Ssl 00:46 0:00 redis-server *:6379
7979
root 12 0.0 0.0 20228 3020 ? Ss 00:47 0:00 /bin/bash
@@ -91,7 +91,7 @@ Voici le fichier de configuration du Pod :
9191
1. Dans votre terminal initial, surveillez les changements apportés au Pod de Redis. Éventuellement,
9292
vous verrez quelque chose comme ça :
9393

94-
```shell
94+
```console
9595
NAME READY STATUS RESTARTS AGE
9696
redis 1/1 Running 0 13s
9797
redis 0/1 Completed 0 6m

0 commit comments

Comments
 (0)