Announcement
· Jan 9, 2018

New Video: Docker Containers: Essential Knowledge

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 ChannelFacebook Page and Twitter

Enjoy!wink

Discussion (4)2
Log in or sign up to continue

@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: 

  • pull the community edition that you can find at the Docker Hub store or
  • play in the cloud Marketplaces with it (AWS, Azure and Google)
  • Download the tar.gz container from the WRC page

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