Why doesn't Mac use the server podman and podman-remote like in Linux? #19429
YevheniiPokhvalii
started this conversation in
General
Replies: 2 comments 4 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
-
I believe that it might be possible to make something vaguely
container-like using macos sandboxes but I don't know for sure and I'm not
going to try to find out. Getting podman and buildah working well on
FreeBSD is enough to keep me busy.
Doug.
…On Sun, 30 Jul 2023 at 16:13, Daniel J Walsh ***@***.***> wrote:
Containers are a linux concept they do not exist in BSD worlds. Podman
will work with FreeBSD and Jails, as far as I know, but no one has tried to
make this work on a Mac, or even if it is possible.
—
Reply to this email directly, view it on GitHub
<#19429 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABOTJONAAXUL2MNBESNZZTXSZ2ZDANCNFSM6AAAAAA24ZO7H4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When you install
podman
with brew on Linux, it will install bothpodman
andpodman-remote
- server and client.podman
(server) is ready and easy to use out of the box in Linux and I don't need to spin up any additional machines.Why does Mac only have
podman
with thepodman-remote
functionality? which requires:Why does it not work the same way like it does in Linux?
Beta Was this translation helpful? Give feedback.
All reactions