Does anybody know from where I can get docker base image with Solaris OS in it?
I tried finding it on Dockerhub but couldn't find one.
Please provide me the detail 'dockerhost/namespace/imagename:tag'
Does anybody know from where I can get docker base image with Solaris OS in it?
I tried finding it on Dockerhub but couldn't find one.
Please provide me the detail 'dockerhost/namespace/imagename:tag'
Short answer: NO
Long answer:
Since docker images share a kernel with the host, and Solaris uses a different kernel to Linux, a docker Solaris image would only work on a Solaris host.
Furthermore docker is not yet working on Solaris. More information on that on stackoverflow: Is it possible to install docker on Sparc machines?
No. Docker it is a "new technology". Virtualization on operation system level (you can say it is chroot) it is old conception. But UNIX have that technology and better technology.
In Solaris it is zones(containers) if you know dtrace you can write a scripts for zones. I think very intresting Solaris ldom and Solaris VM.
In FreeBSD it is jail(ezjail).
In Aix it is LPAR and other I dont know.
In HP-UX Npar and Vpar, Integrity Virtual Machines.
Oracle possibly has vagrant images for Solaris as it uses virtual box by default instead of hiper-v. However current docker version can be configured for virtual box also, but vagrant is better if you consider it from Solaris perspective. The Solaris is not available in docker because Oracle did not provide an image for Solaris.
If you want to stick with docker only then I will stick with the other's responses.