Replies: 2 comments
-
Well, that is not due to M1, that's just behavior of container #2860 |
Beta Was this translation helpful? Give feedback.
0 replies
-
docker的原理是在本机的linux内核上通过重新挂载root、改变namespace和cgroup实现的隔离,本质上程序仍然需要跑在你自己的Linux内核上,因此不可能在不具有Linux内核的操作系统上运行。windows上docker的实际上也是运行在wsl中的。如果你能在mac上提供一个linux虚拟机的话或许可以 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have tried to run the container https://hub.docker.com/r/v2fly/v2fly-core
Exits immediately and does not start
Beta Was this translation helpful? Give feedback.
All reactions