I deployed sailpoint iiq via docker on rhel 7.6 server. I was given and used in-house scripts that does the deployment. For some reason, I had to stick with rhel version 7.6 otherwise deployment failed.
I have to transport this container to another remote host down the road in near future once the server is available.
My questions are,
- Does that remote host must be rhel 7.6 in order for that app to run? By reading upon a docker tutorial, it doesn't seem like but I'd like to have a good fundamental understanding on it from your input.
- Does that remote host also require docker installed? I think the answer is yes b/c I am delivering dockerized(?) container and a target platform should have docker installed in order to run the delivered container but I'd like to be confirmed from you also.