
Using the preconfigured IBM Db2 Docker image
Rather than install the IBM Db2 Database and manually configure it for use with HCL Commerce, you can simply launch the preconfigured IBM Db2 Docker image as your development or test database.
Important: This IBM Db2 Docker container must be used for test purposes
only. Under no circumstance can this Docker image be used as your staging or production
database.
Before you begin
- Download the latest HCL Commerce Version 9 Docker images. Included in these images is the IBM Db2 Docker image.
- Extract your IBM Db2 Docker image to a desired directory.
- If you are using Centos 7, with the default store driver overlay, you must change the default
storage driver to
devicemapper
. The IBM Db2 Docker image does not support the overlay storage driver. For more information about confuting the store driver in Docker, see Configure Docker with thedevicemapper
storage driver.