Skip to content

Commit a3d3c6a

Browse files
committed
Fix typos and cli
1 parent 224c6b4 commit a3d3c6a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/guides/databases.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ To run a container using the GUI:
7878
1. In the Docker Desktop Dashboard, select the global search at the top of the window.
7979
2. Specify `mysql` in the search box, and select the `Images` tab if not already
8080
selected.
81-
3. Hover over the `msyql` image and select `Run`.
82-
The **Run a new container** model appears.
81+
3. Hover over the `mysql` image and select `Run`.
82+
The **Run a new container** modal appears.
8383
4. Expand **Optional settings**.
8484
5. In the optional settings, specify the following:
8585

@@ -181,7 +181,7 @@ interact with your MySQL database.
181181
Before you begin, you must remove any containers you previously ran for this
182182
guide. To stop and remove a container, either:
183183

184-
- In a terminal, run `docker remove --force my-mysql` to remove the container
184+
- In a terminal, run `docker rm --force my-mysql` to remove the container
185185
named `my-mysql`.
186186
- Or, in the Docker Desktop Dashboard, select the **Delete** icon next to your
187187
container in the **Containers** view.
@@ -221,8 +221,8 @@ To run a container using the GUI:
221221
1. In the Docker Desktop Dashboard, select the global search at the top of the window.
222222
2. Specify `mysql` in the search box, and select the `Images` tab if not already
223223
selected.
224-
3. Hover over the `msyql` image and select `Run`.
225-
The **Run a new container** model appears.
224+
3. Hover over the `mysql` image and select `Run`.
225+
The **Run a new container** modal appears.
226226
4. Expand **Optional settings**.
227227
5. In the optional settings, specify the following:
228228

@@ -392,7 +392,7 @@ data persists:
392392
2. Specify `mysql` in the search box, and select the **Images** tab if not
393393
already selected.
394394
3. Hover over the **mysql** image and select **Run**.
395-
The **Run a new container** model appears.
395+
The **Run a new container** modal appears.
396396
4. Expand **Optional settings**.
397397
5. In the optional settings, specify the following:
398398

@@ -433,7 +433,7 @@ data persists:
433433
2. Specify `mysql` in the search box, and select the **Images** tab if not
434434
already selected.
435435
3. Hover over the **mysql** image and select **Run**.
436-
The **Run a new container** model appears.
436+
The **Run a new container** modal appears.
437437
4. Expand **Optional settings**.
438438
5. In the optional settings, specify the following:
439439

0 commit comments

Comments
 (0)