{"id":16931314,"url":"https://github.com/issif/falco-docker4windows","last_synced_at":"2026-04-29T09:04:25.218Z","repository":{"id":75780253,"uuid":"168715897","full_name":"Issif/falco-docker4windows","owner":"Issif","description":"A docker to run falco in Docker for Windows","archived":false,"fork":false,"pushed_at":"2019-08-27T13:14:38.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T07:48:10.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Issif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-01T15:13:58.000Z","updated_at":"2021-04-14T07:20:00.000Z","dependencies_parsed_at":"2023-03-11T20:23:36.238Z","dependency_job_id":null,"html_url":"https://github.com/Issif/falco-docker4windows","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Issif/falco-docker4windows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Issif%2Ffalco-docker4windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Issif%2Ffalco-docker4windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Issif%2Ffalco-docker4windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Issif%2Ffalco-docker4windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Issif","download_url":"https://codeload.github.com/Issif/falco-docker4windows/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Issif%2Ffalco-docker4windows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T20:43:43.380Z","updated_at":"2026-04-29T09:04:25.207Z","avatar_url":"https://github.com/Issif.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# falco-docker4windows\nA docker to run falco in Docker for Windows\n\n# Why?\n\nAs Docker for Windows runs inside a VM (HyperV or VirtualBox) with a custom kernel from LinuxKit (https://github.com/linuxkit/linuxkit), falco can't run natively in that environment.\n\nWe have to compile an adapted kernel module for LinuxKit and use it.\n\n# How ?\n\nGet version of kernel in use in your VM for Docker for Windows :\n```\ndocker run -ti --rm alpine:latest uname -r | cut -f1 -d\"-\"\n\n4.9.125\n```\n\nSimply run :\n\n```\ndocker run -i -t --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 issif/falco-docker4windows:{TAG}\n```\n\n\u003e Adapt *{TAG}* to use the right version for your kernel (4.9.125 in example above)\n\n\u003e `--privileged` argument is used to permit docker add kernel module with entrypoint\n\n# Dockerfiles\n\nWhere are they? They are in their own branch, one by kernel version. If yours is missing, please create an issue or pull request. I will try to keep each branch up to date with sysdig and falco releases. \n\n# Special thanks\n\n* Michael Ducy (https://github.com/mfdii) for his help with module compilation and advices on slack\n* Ethan Sutin (https://github.com/etown) for his work to same idea, it was really inspiring (https://github.com/etown/install-sysdig-module)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fissif%2Ffalco-docker4windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fissif%2Ffalco-docker4windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fissif%2Ffalco-docker4windows/lists"}