Skip to content

Commit a99cd5a

Browse files
raaphiixxaevesdockerdvdksn
authored
Little parts of text outdated for 2024 (#21484)
Only 3 changes ## Description I'm learning about docker and i noticed in my terminal some parts was different, only text parts --------- Co-authored-by: Allie Sadler <[email protected]> Co-authored-by: David Karlsson <[email protected]>
1 parent 6668a33 commit a99cd5a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/get-started/docker-concepts/the-basics/what-is-docker-compose.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ Follow the instructions to run the to-do list app on your system.
5959
When you run this command, you should see an output like this:
6060

6161
```console
62-
[+] Running 4/4
63-
✔ app 3 layers [⣿⣿⣿] 0B/0B Pulled 7.1s
62+
[+] Running 5/5
63+
✔ app 3 layers [⣿⣿⣿] 0B/0B Pulled 7.1s
6464
✔ e6f4e57cc59e Download complete 0.9s
6565
✔ df998480d81d Download complete 1.0s
6666
✔ 31e174fedd23 Download complete 2.5s
67-
[+] Running 2/4
67+
✔ 43c47a581c29 Download complete 2.0s
68+
[+] Running 4/4
6869
⠸ Network todo-list-app_default Created 0.3s
6970
⠸ Volume "todo-list-app_todo-mysql-data" Created 0.3s
7071
✔ Container todo-list-app-app-1 Started 0.3s
@@ -102,7 +103,7 @@ Since this application was started using Docker Compose, it's easy to tear it al
102103
You'll see output similar to the following:
103104

104105
```console
105-
[+] Running 2/2
106+
[+] Running 3/3
106107
✔ Container todo-list-app-mysql-1 Removed 2.9s
107108
✔ Container todo-list-app-app-1 Removed 0.1s
108109
✔ Network todo-list-app_default Removed 0.1s
@@ -116,6 +117,8 @@ Since this application was started using Docker Compose, it's easy to tear it al
116117
>
117118
> ```console
118119
> docker compose down --volumes
120+
> [+] Running 1/0
121+
> ✔ Volume todo-list-app_todo-mysql-data Removed
119122
> ```
120123

121124
2. Alternatively, you can use the Docker Desktop GUI to remove the containers by selecting the application stack and selecting the **Delete** button.

0 commit comments

Comments
 (0)