DefaultContainerConfig

constructor(adapterConfig: InputStream? = null, beforeScript: InputStream? = null, extraFiles: Map<String, InputStream> = mutableMapOf(), baseImage: String = DEFAULT_BASE_IMAGE)(source)

Parameters

adapterConfig

optional adapter configuration copied to /app/adapter.conf.

beforeScript

optional script copied to /app/beforeScript.sh and run before startup.

extraFiles

additional files to copy into the container, keyed by destination path.

baseImage

the base Docker image the Liberator image is built from.