Hi,
I install the image unprivileged on port 50001:
docker run -it --ipc="host" --cap-add IPC_LOCK --cap-add IPC_OWNER --name="db2inst1" -p 50001:50000 angoca/db2-install
In the container I exec createInstance.
When I try to connect with squirrel to db2 result in the error in the object.
url: jdbc:db2://localhost:50001/db2c_db2inst1
I use Mac.
can you tell me what I wrong?
thans
Hi,
I install the image unprivileged on port 50001:
docker run -it --ipc="host" --cap-add IPC_LOCK --cap-add IPC_OWNER --name="db2inst1" -p 50001:50000 angoca/db2-install
In the container I exec createInstance.
When I try to connect with squirrel to db2 result in the error in the object.
url: jdbc:db2://localhost:50001/db2c_db2inst1
I use Mac.
can you tell me what I wrong?
thans