-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker for mac - The paths /boot and /lib/modules are not shared from OS X and do not belong to the system. #637
Comments
+1 to this |
@krasimir-georgiev, see How to Install Sysdig for Windows and OSX |
so no need to run it inside a container ? |
You can run sysdig on mac but without capture support, you can only read file captured on linux hosts. Otherwise to run sysdig on embedded linux machine inside docker4mac, you can try this repo: https://github.com/fdebonneval/mobydig. This is not official supported right now |
What do we need to do to have official support for Docker4Mac? |
A while ago, when docker for Mac came out, I was able to build the kernel probe for alpine and install it without a problem.
To add support you would only need to:
1. Add the build to the kernel crawler
2. In the sysdig container image check if it's moby, and if it is download the precompiled probe and install it
… On Dec 25, 2016, at 7:30 AM, Mahmoud Saada ***@***.***> wrote:
What do we need to do to have official support for Docker4Mac?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
… On Dec 25, 2016, at 7:30 AM, Mahmoud Saada ***@***.***> wrote:
What do we need to do to have official support for Docker4Mac?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
the problem is not the kernel but the fact that docker for mac doesn't allow mounting folder from the moby vm |
I will comment in the other ossue so closing this one. |
@krasi-georgiev the other issue was closed. Has this issue been resolved then? |
Is this the correct command when running in docker for mac ?
docker run -i -t --name sysdig --privileged -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro sysdig/sysdig
I get the error in the title
The text was updated successfully, but these errors were encountered: