Skip to content

Commit a7f1fb2

Browse files
committed
docs: enhanced docker intro.md and commands.md as per teh bug (#1180)
1 parent 13605c6 commit a7f1fb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Docker/docker-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ docker run --security-opt no-new-privileges nginx
543543
| `docker network ls` | List all Docker networks |
544544
| `docker volume ls` | List all Docker volumes |
545545
| `docker system prune` | Clean up unused images, containers, and networks |
546-
546+
547547
### Quick Cleanup
548548

549549
```bash

docs/Docker/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ Docker has revolutionized software development and deployment because:
198198
* **DevOps Integration**
199199
Perfect fit for CI/CD pipelines, enabling automated testing and deployment workflows.
200200

201-
Ready to dive deeper? Let's explore Docker installation and setup in the next section! 🚀
201+
Ready to dive deeper? Let's explore Docker installation and setup in the next section! 🚀

0 commit comments

Comments
 (0)