I would like to know if it is possible to run a virtual appliance image in docker
I searched for Virtual Appliance and Sailpoint on Docker Hub, but never found them.
Does anyone know a link to a Virtual Appliance image that runs on Docker?
I would like to know if it is possible to run a virtual appliance image in docker
I searched for Virtual Appliance and Sailpoint on Docker Hub, but never found them.
Does anyone know a link to a Virtual Appliance image that runs on Docker?
There are no direct links to a SailPoint ISC Virtual Appliance Docker image, and direct virtual appliance images (OVAs) are inherently incompatible with Docker’s runtime model
No, SailPoint Virtual Appliances (VAs) are not designed to run on Docker. VAs are provided as virtual disk images meant to be deployed on virtualization platforms or cloud environments. They are Linux-based virtual machines that connect to your sources and applications using SailPoint APIs, connectors, and integrations.
SailPoint VAs are typically deployed on infrastructure such as vSphere, Hyper-V, AWS, Azure, or Google Cloud Platform. They require you to procure the necessary hardware or hypervisor to host the VA image.
The “Virtual Appliance” image that SailPoint publishes (for example for IdentityNow VA) is meant for virtualization platforms (VMware, Azure VM, Hyper-V) rather than Docker containers.
The Virtual Appliance (VA) is not designed for Docker containers; it’s designed for hypervisors/VMs.
Hope, it helps.
Thanks !
I thought it might be possible, but that’s okay, thank you.