Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Added one more CLI command
  • Loading branch information
TeroKeso authored Oct 10, 2023
1 parent eba02b1 commit bc73d2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
- Example: `docker attach mycontainer`

- `docker search`: Docker CLI tool for searching images from Docker Hub
- Example: `docker search mysql`

0 comments on commit bc73d2b

Please sign in to comment.