Skip to content

Commit ac1746b

Browse files
committed
Update README.md
1 parent 6f38646 commit ac1746b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,12 +813,15 @@ docker compose images
813813
> [!NOTE]
814814
> We also have these images which are taking up resources on our machine.
815815

816-
Run the following command to stop all services, remove the containers/networks, and delete all images used by this project (including cURL, LocalStack, and the custom image we built):
816+
Run the following command:
817817

818818
```shell
819819
docker compose down --rmi all
820820
```
821821

822+
> [!NOTE]
823+
> This stops all services, removes the containers/networks, and deletes all images used by this project (including cURL, LocalStack, and the custom image we built).
824+
822825
> [!TIP]
823826
> You will likely have a number of dangling images where we've made changes through out this workshop, run the following to clean them up:
824827
>

0 commit comments

Comments
 (0)