get_installed_packages: Detect packages in a Docker image
Description
Extracts all installed packages from a Docker image by running it.
The method is based on stevedore
.
Usage
get_installed_packages(image)
Arguments
image
Name of the new image to be run
Value
A data.frame
with installed packages and their version of the image