Skip to content

Commit c2325e0

Browse files
committed
Merge pull request uselagoon#855 from amazeeio/pod-doc-fix
Update remote_shell.md
2 parents b18a3ab + 0149b81 commit c2325e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using_lagoon/remote_shell.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ssh -p [PORT] -t [PROJECT-ENVIRONMENT-NAME]@[HOST] rsh service=[SERVICE-NAME] co
4747
As example to connect to the `php` container within the `nginx` pod:
4848

4949
```
50-
ssh -p 32222 -t [email protected] rsh service=nginx container=pod
50+
ssh -p 32222 -t [email protected] rsh service=nginx container=php
5151
```
5252

5353
### Execute Commands
@@ -60,4 +60,4 @@ Example:
6060
ssh -p 32222 -t [email protected] rsh whoami
6161
```
6262

63-
Will execute `whoami` within the `cli` container.
63+
Will execute `whoami` within the `cli` container.

0 commit comments

Comments
 (0)