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