diff --git a/docs/index.md b/docs/index.md index 835255c..ef75019 100644 --- a/docs/index.md +++ b/docs/index.md @@ -217,4 +217,7 @@ Here is a list of commonly used Docker commands for managing containers: - Example: `docker rename mycontainer newname` - `docker attach`: Attach to a running container to view its output or interact with its processes. - - Example: `docker attach mycontainer` \ No newline at end of file + - Example: `docker attach mycontainer` + +- `docker search`: Docker CLI tool for searching images from Docker Hub + - Example: `docker search mysql`