Variation of the oci runner, that creates a container instance with two containers: one running the controller process, that starts the build api, and the other that actually runs the build script. This is more secure and less error-prone than starting a child process.
Variation of the oci runner, that creates a container instance with two containers: one running the controller process, that starts the build api, and the other that actually runs the build script. This is more secure and less error-prone than starting a child process.
(instance-config config build rt)
Prepares container instance configuration to run a build. It contains two containers, one for the controller process and another one for the script itself. The controller is responsible for preparing the workspace and starting an API server, which the script will connect to.
Prepares container instance configuration to run a build. It contains two containers, one for the controller process and another one for the script itself. The controller is responsible for preparing the workspace and starting an API server, which the script will connect to.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close