containers / podman.io_old

Repository for podman.io website using GitHub Pages.
https://podman.io
Other
258 stars 134 forks source link

Add installation instructions link to running podman with lima #458

Open afbjorklund opened 3 years ago

afbjorklund commented 3 years ago

Lima launches Linux virtual machines with automatic file sharing, port forwarding, and containerd.

Lima can be considered as a some sort of unofficial "macOS subsystem for Linux", or "containerd for Mac".

https://github.com/lima-vm/lima

It is possible to swap containerd for podman, and the experience should be similar to running under WSL (#431)

So it could deserve a similar mention and link, even if there is no Sysadmin article written (yet?) as far as I know.

See https://github.com/containers/podman/issues/11533#issuecomment-921858956

afbjorklund commented 3 years ago

The original blog post: https://medium.com/nttlabs/containerd-and-lima-39e0b64d2a59

afbjorklund commented 3 years ago

Example: https://github.com/containers/podman/issues/11533#issuecomment-940230862 - with full publishing and storage mapping

rhatdan commented 3 years ago

Please open a PR to add the link.