[pt] Changed the command for Attaching to the shell container

pull/48410/head
Arhell 2024-10-18 00:13:49 +03:00
parent d920518e2a
commit 4d795bdd71
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ O compartilhamento de namespace de processos é ativado usando o campo `sharePro
1. Conecte ao `shell` do contêiner e execute o comando `ps`:
```shell
kubectl attach -it nginx -c shell
kubectl exec -it nginx -c shell -- /bin/sh
```
Se você não vir um prompt de comando, tente pressionar Enter. No shell do Contêiner execute: