IMC3ofC / db2express-c.docker

Dockerfile and scripts for creating IBM DB2 Express-C Docker image
Other
26 stars 27 forks source link

entrypoint.sh : exec not found. #10

Closed himanshutyagi36 closed 7 years ago

himanshutyagi36 commented 7 years ago

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```
himanshutyagi36 commented 7 years ago

ran the container as daemon, starting working.