メモ。

ただのメモです。

Install podman on macos

利用しているm1 macへpodmanをインストール。(ただの記録だ。)

$ brew install podman

$ brew install podman-desktop

$ git clone --depth=1 https://github.com/containers/podman.git

$ cd podman

$ sudo make install.completions

$ podman

attach -- Attach to a running container

build -- Build an image using instructions from Containerfiles

commit -- Create new image based on the changed container

container -- Manage containers

cp -- Copy files/folders between a container and the local filesys

create -- Create but do not start a container

diff -- Display the changes to the object's file system

....