Skip to content

Commit

Permalink
generating installed_libraries.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Ivan Pichler committed Dec 12, 2024
1 parent f5d4a48 commit 580f1ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/docs/containers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Exposes the container `80` port as a local/host `8080`:
``` bash
docker exec -it e4383e55958d /bin/bash
```
## Listing the installed packages in a container
And dumping the output to a file:
``` bash
docker run --rm ubuntu dpkg -l > installed_libraries.txt
```

## Listeing all containers:
```bash
Expand Down

0 comments on commit 580f1ba

Please sign in to comment.