Go back to the web site

inspect-container — Inspect Container

Synopsis

machinery inspect-container [OPTIONS] IMAGENAME

machinery inspect-container [OPTIONS] IMAGEID

machinery help inspect-container

Description

The inspect-container command inspects a container image. It creates and starts the container from the provided image before inspection and generates a system description from the gathered data. After the inspection the container will be killed and removed again. This approach ensures that no containers and images are affected by the inspection.

Right now the container inspection only supports Docker images.

The system data is structured into scopes, controlled by the --scope option.

Note: Machinery will always inspect all specified scopes, and skip scopes which trigger errors.

Arguments

Options

Prerequisites

Examples