Reputation: 1052
I am using windows 10 Home. But with this edition I am unable to use docker or oracle vm virtualbox. So can I use Podman in place of docker? If yes then what is it's command?
Upvotes: 1
Views: 3711
Reputation:
Now Podman is supported on Windows.
Refer: https://github.com/containers/podman/blob/main/docs/tutorials/podman-for-windows.md
Upvotes: 1
Reputation: 81424
At this date, the answer is no, you cannot use podman to run containers on Windows 10 Home.
Podman is very much a Linux program at this point. This big issue that I see for podman is the file system layering code. Given that podman is developed by Red Hat, it will probably require a partnership with Microsoft to make this happen. In that regard, Microsoft is developing their own tools for containers.
Upvotes: 4