db2-docker icon indicating copy to clipboard operation
db2-docker copied to clipboard

Docker image to run DB2 LUW

Results 12 db2-docker issues
Sort by recently updated
recently updated
newest added

I was trying to work with the images to use a persistent volume, this is what worked for me, if its added to the repo, it may be useful to...

``` db2inst1@6f14ccec1439:~$ db2licm -l Product name: "DB2 Advanced Enterprise Server Edition" Expiry date: "Expired" Product identifier: "db2aese" Version information: "11.1" Enforcement policy: "Soft Stop" Product name: "DB2 Enterprise Server Edition"...

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...

Trying to deploy on Mac (macOS High Sierra) Created a /db2 folder on the host, added /db2 mount point via Docker - Preferences Ran the following - docker run -i...

The following repository could give ideas about how to improve this repository https://github.com/WASdev/sample.docker.db2

enhancement

It would be good if the kubernetes yaml file for this image is documented somewhere. I am trying to use this with kubernetes and mount a persistent volume for the...

enhancement

I'm trying to get a DB2 database up with your image from https://registry.hub.docker.com/u/angoca/db2-sample/. The instructions say to start it with docker run, but that doesn't do anything, it's just bash....

help wanted

sudo docker run -i -t --privileged=true --name="db2inst1" -p 50000:50000 -v /tmp/db2:/home angoca/db2-instance:instance-server_t. I get: exec: "db2": executable file not found in $PATH2015/02/17 14:28:14 Error response from daemon: Cannot start container...

help wanted

https://github.com/docker-library/official-images https://github.com/docker-library/docs

Hello! I do not know docker well yet, but from what I learned, one cannot "re-run" a container. So, from my perspective which is probably wrong, there are but two...