Integration Server 11.1 | Integration Server Administrator's Guide | Using Integration Server with Docker | About the is_container Script | is_container Script Commands
 
is_container Script Commands
The following table provides descriptions of for the commands that an be used with the is_container.sh/bat script.
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 JRE, the "Default" package, and the "Wm" packages that are required for core Integration Server functionality such as WmRoot, WmPublic, and WmCloud. The resulting Dockerfile creates an image that is "lean" in size in comparison to an image created from the createDockerfile Dockerfile.
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.
help
Displays usage information for each command.