I am following the readme to start a db2 container. But on running the
docker run --name $CONTAINERNAME -it -p 50000:50000 -e DB2INST1_PASSWORD=Admin098 -e LICENSE=accept ibmcom/db2express-c:latest
command I'm getting the following issue:
/entrypoint.sh: line 51: exec: : not found
The complete output is as follows:
New password: BAD PASSWORD: The password fails the dictionary check - it is based on a dictionary word
Retype new password: passwd: all authentication tokens updated successfully.
/entrypoint.sh: line 51: exec: : not found```
I am following the readme to start a db2 container. But on running the
docker run --name $CONTAINERNAME -it -p 50000:50000 -e DB2INST1_PASSWORD=Admin098 -e LICENSE=accept ibmcom/db2express-c:latest
command I'm getting the following issue:
/entrypoint.sh: line 51: exec: : not found
The complete output is as follows: