macOS で直接、Linux コンテナを実行する
Apple、macOS上でLinuxコンテナを直接実行できる「container」をオープンソースとして公開 で取り上げられていますが、Apple が macOS 上で直接、Linux コンテナを実行出来る仕組みを OSS として公開しました。 関連 URL は以下です。
- Apple supercharges its tools and technologies for developers to foster creativity, innovation, and design
- Containerization
- apple / container
- apple / containerization
Apple supercharges its tools and technologies for developers to foster creativity, innovation, and design の「Containerization Framework」では以下のように説明されています。
The Containerization framework enables developers to create, download, or run Linux container images directly on Mac. It’s built on an open-source framework optimized for Apple silicon and provides secure isolation between container images.
今回は macOS 上へ container をインストールし、Linux コンテナを起動する手順をメモします。