@@ -78,8 +78,8 @@ To run a container using the GUI:
78781 . In the Docker Desktop Dashboard, select the global search at the top of the window.
79792 . 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.
83834 . Expand ** Optional settings** .
84845 . In the optional settings, specify the following:
8585
@@ -181,7 +181,7 @@ interact with your MySQL database.
181181Before you begin, you must remove any containers you previously ran for this
182182guide. 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:
2212211 . In the Docker Desktop Dashboard, select the global search at the top of the window.
2222222 . 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.
2262264 . Expand ** Optional settings** .
2272275 . 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