Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

Definition

A container installed on the machine where Cargo executes.

Explanation

An installed container is a local container that has been installed. This means the container's runtime is located on the machine where Cargo executes and can be accessed through the filesystem. An installed containers is executed by Cargo in a separate VM and thus can be passed System properties. It's also possible to pass debugging information to them.

Container features

  • No labels