Skip to content

Commit 61e56f0

Browse files
Fixing the typos
I read through your notes, and I can assure you that they are quite beneficial. There are numerous typos that need to be addressed; I've already rectified a few and will keep doing so as I find more. Aslo Would you like if I add my cka preparation notes, tips and commands to this repository.
1 parent c7ea220 commit 61e56f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docker/commands/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ docker start <container ID/name>
6161
docker top <container name/id>
6262
```
6363

64-
- To check stats of running container.
64+
- To check status of running container.
6565

6666
```bash
67-
docker stats <container name/id>
67+
docker status <container name/id>
6868
```
6969

7070
- Check the config and info of a container.

0 commit comments

Comments
 (0)