pages*: fix Bash, Zsh and fish names (#12481)

This commit is contained in:
Vitor Henrique
2024-03-10 03:53:17 -03:00
committed by GitHub
parent 38de1af697
commit ffa4be3e7a
47 changed files with 63 additions and 63 deletions

View File

@@ -19,7 +19,7 @@
`docker exec --interactive --detach {{konteyner_ismi}} {{komut}}`
- Çalışmakta olan bir bash oturumu içinde bir çevre değişkeni belirle:
- Çalışmakta olan bir Bash oturumu içinde bir çevre değişkeni belirle:
`docker exec --interactive --tty --env {{değişken_ismi}}={{value}} {{konteyner_ismi}} {{/bin/bash}}`