Hi Community!
Check the second Developer Community Video of the week:
Docker Containers: Essential Knowledge
https://www.youtube.com/embed/a3D8k-xtM88
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
After watching this video, you will understand how to use InterSystems products with the agility of a container. @Jeffrey Semmens gives an introduction to what containers are, how they are used, and how to provision InterSystems products within one.
What is more? Basic Docker commands will be shown and fundamental concepts explained.
Please check additional resources here.
You are very welcome to watch all the videos about Docker and Containers in a dedicated Docker and Containers playlist on InterSystems Developers YouTube Channel. You can also find them on Developer Community Telegram Channel, Facebook Page and Twitter.
Enjoy!
Are the Docker-images for Caché/Ensemble already available ?
Officially not yet. But I made my own Cache images, which I use in some my projects, but you should have own license file.
Checking to see if this is still true. Are there "official" Docker containers for Caché/Ensemble or even HealthShare built on Ensemble?
Also interested to know if the "durable %SYS" solution is available for integration with custom containers?
@James Fitzpatrick. Caché and Ensemble containers are not and will not be available. However, our new InterSystems IRIS product is fully containerized. Please give it a try. You have options now to:
Durable %SYS is available for your containers; however we are maintaining the containers we create with security checks and improvements all the time. The advice is to derive your from our as in general it should make things easier: FROM intersystems/iris:
You can still customize the container the way you want it...
HTH