replaced Conainer with Container
This commit is contained in:
parent
db612738e8
commit
b7dc617207
|
|
@ -46,7 +46,7 @@ kubectl cp /tmp/foo <some-pod>:/tmp/bar
|
||||||
{% endmethod %}
|
{% endmethod %}
|
||||||
|
|
||||||
{% method %}
|
{% method %}
|
||||||
## Specify the Conainer
|
## Specify the Container
|
||||||
|
|
||||||
Specify the Container within a Pod running multiple containers.
|
Specify the Container within a Pod running multiple containers.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ kubectl port-forward pod/mypod :5000
|
||||||
---
|
---
|
||||||
|
|
||||||
{% method %}
|
{% method %}
|
||||||
## Specify the Conainer
|
## Specify the Container
|
||||||
|
|
||||||
Specify the Container within a Pod running multiple containers.
|
Specify the Container within a Pod running multiple containers.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue