Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <152947339+KernFerm@users.noreply.github.com>
  • Loading branch information
KernFerm authored Oct 28, 2024
1 parent 25b5d2c commit 08a45c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To stop the running container, press `CTRL + C` in the terminal where the contai
### List of running Docker Containers

```
docker ps
docker ps -a
```

```
Expand All @@ -120,5 +120,5 @@ docker stop <container_id_or_name>

then do this commmand again to check:
```
docker ps
docker ps -a
```

0 comments on commit 08a45c9

Please sign in to comment.