The Cargo Daemon is a Web-based application that uses the CARGO API to configure, start and stop containers on a remote machine. It can be accessed using a browser-based UI, via Java API or Maven2 plugin.
Table of Contents
The documentatation for the Cargo Daemon includes:
- Installation: explains how to install and run the daemon
- Getting started: very quick guide on using the daemon
Installation
To install and run the Cargo Daemon:
- Download the Cargo Daemon from the Downloads page
- Execute by typing:
where <version> is the version number of the daemon that you have downloaded.
By default, the Cargo Daemon will run on HTTP port 18000. To change it, use the -p option:
Note that the Cargo Daemon is a WAR file; you can actually also deploy it as a WAR on any existing container. This can be useful if you want to, for example, reuse a certain security configuration.
Getting started
To use the Cargo Daemon via the browser UI, simply open http://<machine>:<port>/ -where <machine> is the machine host name or IP address and <port> is the port number used (default is 18000):