🦭

Podmanの概要 + 参考リンク

2020/12/17に公開

本記事は下記の初出の資料から抜粋し、再構成した内容になります。
https://speakerdeck.com/tnk4on/remote-development-with-podman

Podmanとは


https://podman.io/

  • Podman (the POD MANager)
  • OSSのDocker互換のコンテナーツール
  • 特徴
    • デーモンレス
    • ルートレス
    • OCI準拠

Podmanの対応OS

https://podman.io/getting-started/installation

  • Linux ディストリビューション
    • Amazon Linux 2、Arch Linux & Manjaro Linux、CentOS7/8、Debian、 Fedora、Gentoo、OpenEmbedded、openSUSE、openSUSE Kubic、Raspberry Pi OS armhf (ex Raspbian)、Raspberry Pi OS arm64 (beta) 、RHEL7/8、Ubuntu
  • Mac
    • リモートクライアントのみ[1]
  • Windows
    • リモートクライアントのみ[2]

参考リンク

Zenn

Podmanに関する情報を集めたスクラップ
https://zenn.dev/tnk4on/scraps/9170b9f586cb15

脚注
  1. podman-remote-release-darwin.zip(バイナリ名はpodman)として配布 ↩︎

  2. podman-remote-release-windows.zip(バイナリ名はpodman)として配布 ↩︎

  3. Podmanを使用する上で遭遇するトラブルはかなり網羅されているのでオススメ ↩︎

Discussion