Our open-source "IIQ in Docker" repository has been updated

Hi Devin,
I got this resolved when i followed the instructions in the company repo. I forgot to update here.

1 Like

Hello @drosenbauer, I am interested in using your tool, you mention that you have
updated open-source “IIQ in Docker” repository, but inside you are using docker-image that is not accessable from outside. Do I need to ask for a permission to be able to use it somehow, or is there any other usecase for that?

Hi @drosenbauer,

I have noticed that when I run the command ./build.sh -z /Users/Documents/IIQ_Lab/identityiq-8.4.zip. I get a message that says ./build.sh: line 261: docker-compose: command not found. But I have verified that docker-compose is installed.

Any thoughts on this message? Seems to block the buildout of IIQ in docker.

Thanks,

Travis

1 Like

Syntax to docker-compose changed. It should be docker compose

1 Like