Command | Description |
createDockerfile | Creates a Dockerfile for a base Integration Server instance, including "Default" and "Wm" packages only. |
createLeanDockerfile | Creates a Dockerfile for a base Integration Server instance, including the "Default" package and the "Wm" packages that are required for core Integration Server such as WmRoot, WmPublic, and WmCloud. |
createPackageDockerfile | Creates a Dockerfile for custom packages. |
build | Executes Docker build using the provided Dockerfile to build a base image of Integration Server |
buildPackage | Executes Docker build using the provided Dockerfile to build an image of Integration Server that contains custom packages. |
saveImage | Saves the image from the local Docker registry into a tar file specified by the file.path parameter. |
loadImage | Loads the image specified in the file.path parameter into a local Docker registry. |
pushImage | Pushes Integration Server image created for the on-premise Integration Server into the webMethods Cloud or Docker registry. |
help | Displays usage information for each command. |