Reduce heading levels by 1.
This commit is contained in:
@@ -19,7 +19,7 @@ in the same Pod.
|
||||
|
||||
{% capture steps %}
|
||||
|
||||
### Creating a Pod that runs two Containers
|
||||
## Creating a Pod that runs two Containers
|
||||
|
||||
In this exercise, you create a Pod that runs two Containers. The two containers
|
||||
share a Volume that they can use to communicate. Here is the configuration file
|
||||
@@ -111,7 +111,7 @@ The output shows that nginx serves a web page written by the debian container:
|
||||
|
||||
{% capture discussion %}
|
||||
|
||||
### Discussion
|
||||
## Discussion
|
||||
|
||||
The primary reason that Pods can have multiple containers is to support
|
||||
helper applications that assist a primary application. Typical examples of
|
||||
|
||||
Reference in New Issue
Block a user