Skip to content

Commit 3a90b05

Browse files
Tom Barnesrjeberhard
andauthored
minor db sample doc update (#2471)
Co-authored-by: Ryan Eberhard <ryan.eberhard@oracle.com>
1 parent 949cb15 commit 3a90b05

File tree

1 file changed

+7
-3
lines changed
  • documentation/staging/content/samples/database

1 file changed

+7
-3
lines changed

documentation/staging/content/samples/database/_index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
title: "Run a database"
33
date: 2019-02-23T16:43:10-05:00
44
weight: 2
5-
description: "Run a database in Kubernetes."
5+
description: "Run an ephemeral database in Kubernetes that is suitable for sample or basic testing purposes."
66

77
---
88

9+
### Contents
10+
11+
- [Overview](#overview)
12+
- [Oracle database in Kubernetes](#oracle-database-in-kubernetes)
13+
- [MySQL database in Kubernetes](#mysql-database-in-kubernetes)
14+
915
### Overview
1016

1117
This section describes how to run an
@@ -93,8 +99,6 @@ The following example shows how to set up an ephemeral Oracle database with the
9399
$ start-db-service.sh
94100
```
95101

96-
This step is based on the steps documented in [Run a Database]({{< relref "/samples/database/_index.md" >}}).
97-
98102
### MySQL database in Kubernetes
99103

100104
The following example shows how to set up an ephemeral MySQL database with the following attributes:

0 commit comments

Comments
 (0)