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

Definition

Use the container based on its installation

Explanation

Cargo provides different container implementations. A Container implementation can be either standalone or embedded. The standalone mode configures and controls the container from a proper container installation. Most existing container implementations in Cargo use this standalone mode. For example:

  • Resin3xContainer
  • Tomcat4xContainer
  • Orion2xContainer
  • etc
Labels
  • None