|
I haven't been able to find info on whether Containerization in macOS 26 supports multiple container networks/subnets or if all containers per host machine will have to be on the same subnet and therefore be able to communicate. It's important (for me) that certain container groups are isolated from others. |
Answered by
altaic
Jun 24, 2025
Replies: 2 comments 3 replies
|
are you able to get multiple containers in same host to communicate? I am not able to find any command similar to 'docker network'. |
1 reply
|
I'm still running macOS 15 which isn't supposed to support networking for more than the first container so I haven't tried. macOS 26 is supposed to support cross-container networking but I haven't found any network-specific configuration options which makes me a little worried. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's being worked on presently:
#243