
Using the preconfigured IBM Db2 Database image in a development environment
Rather than install IBM Db2 Database and manually configure the database to use with HCL Commerce, you can simply launch the preconfigured IBM Db2 Docker image as your development database.
This IBM Db2 Docker container must be used for development and test purposes only. Under no circumstance can this Docker image be used as your staging or production database.
The preconfigured Db2 database administrative user name and password are
db2inst1
and diet4coke
.
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.