IBM Db2 Intelligence Center docker container
You can deploy IBM Db2 Intelligence Center as a docker container.
Docker containers provide you with a virtualized run-time environment from which to run IBM Db2 Intelligence Center, without impacting your existing operating system.
A container is a runtime instance of a docker image, which is an ordered collection of root file system changes and related execution code.
An image typically contains a union of layered file systems stacked on top of each other, but it
has no state and it never changes. So, a docker container consists of:
- A docker image
- An execution environment
- A standard set of instructions
Note: The IBM
Db2 Intelligence Center docker image is available in
ICR.
docker pull icr.io/cpopen/db2ic/db2ic:latest