Nua is an open source, self-hosted cloud platform project (a PaaS - platform as a service).
This packaged is used internally. The main entry point is the nua
command line tool (see: Nua on PyPI or nua-cli on GitHub).
The nua-agent
package provides the agent that runs inside the Docker image during the build of the application.
Note: don't depend on nua-agent
being installed in the Docker image. It is not a runtime dependency.
nua-agent
provides:
- The
app-builder
script: actual builder of the application inside the Docker image.