Pesquisar

Artigo
· Set. 3 1min de leitura

MacでDockerを動かす選択肢 Colima

以前はMac上でDockerを動かす場合は、Docker for Macを使用していましたが、ある時点でマルウェア判定されてしまい、削除されてしまいました。

以下の記事によれば、最新版では解決しているようです。

Docker Desktop for Macがエラーで起動できない件(#7527)についての情報

そこで他の選択肢はないか調べてみるといくつか選択肢がありました。

その中でColimaというのがあり、設定してみました。

Colima で Docker と Docker Compose を使ってみた

設定も非常に簡単であり、実際のdockerやdocker composeの動かし方はほとんど変わりません。

一つColimaの方が良いと感じたのは、Docker for Macの場合、IRISのスクリプトの実行の結果として出力されるメッセージは、スクロールされて、Dockerコンテナの起動が終了すると、痕跡が残らないため途中でエラーが発生してもその場で確認できませんでしたが、Colimaの場合、ターミナル上で垂れ流されるだけなので、そのターミナルのスクリーンをロールバックすることで出力メッセージを確認できる点です。

Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Set. 3

Undefined IRIS attribute in Embedded Python

Hi Guys,

I'm a newbie in Python and I've imported this class from another IRIS and for some reason its get an error on %ToJSON()?

I'm also wondering on the need of importing iris at the top given that this code is already running in IRIS!? 

Thanks

3 Comments
Discussão (3)2
Entre ou crie uma conta para continuar
Anúncio
· Set. 2

Managing InterSystems Servers – In-Person September 29-October 3, 2025 / Registration space available

Managing InterSystems Servers – In-Person  September 29-October 3, 2025

  • Configure, manage, plan, and monitor system operations of InterSystems Data Platform technology
  • This five-day course teaches system and database administrators how to install, configure and secure InterSystems server software, configure for high availability and disaster recovery, and monitor the system. Students also learn troubleshooting techniques.
  • This course is applicable to both InterSystems IRIS and Caché. Although the course is mostly platform independent, students can complete the exercises using either Windows or Ubuntu.
  • Self-Register Here
Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Set. 2

SearchTable properties not populating

I created a Custom Search Table that extends EnsLib.HL7.Search Table. I saved, compiled, and rebuilt the index however when I go into Message Search to try to use the Search Table, within the conditions the proper fields are not showing up that was defined. It is showing the fields from EnsLib.HL7.SearchTable. I did a build index on both EnsLib.HL7.SearchTable and OSU.HL7.SearchTable.

Class OSU.HL7.SearchTable Extends EnsLib.HL7.SearchTable
{

Parameter DOCCLASS = "EnsLib.HL7.Message";

Parameter EXTENTSIZE = 4000000;

XData SearchSpec [ XMLNamespace = "http://www.intersystems.com/EnsSearchTable" ]
{
<Items>
<Item DocType=""  PropName="PrimaryIdent" >[STF:1.1]</Item>
<Item DocType=""  PropName="StaffIdent"   >[STF:2().1]</Item>
<Item DocType=""  PropName="StaffName"    >[STF:3()]</Item>
</Items>
}

/// Location and Revision of this file in Perforce (Auto-updating)
Parameter SrcVer = "$Id$";

Storage Default
{
<Type>%Storage.Persistent</Type>
}

}
6 Comments
Discussão (6)4
Entre ou crie uma conta para continuar
Discussão
· Set. 2

How has certification impacted your career?

Hi Community,

Are you already InterSystems certified, or thinking about taking that next step?

InterSystems certification is a great way to showcase your skills and open new doors—but we'll let our certification holders speak for themselves:

 

 

👉 Watch this new video to hear about their experience as they answer the question: How has certification impacted your career?

What about you?

  • How has certification made a difference in your professional life?
  • Are you thinking about getting certified? What questions do you have about the process?
4 Comments
Discussão (4)3
Entre ou crie uma conta para continuar