{"id":31733534,"url":"https://github.com/analytically/docker-overlayfs-bug","last_synced_at":"2025-10-09T08:27:33.809Z","repository":{"id":29868404,"uuid":"33413538","full_name":"analytically/docker-overlayfs-bug","owner":"analytically","description":"Demonstration docker image for https://github.com/docker/docker/issues/12080","archived":false,"fork":false,"pushed_at":"2015-09-13T14:02:22.000Z","size":127,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-26T15:40:19.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/analytically.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-04T17:16:20.000Z","updated_at":"2017-06-03T00:56:42.000Z","dependencies_parsed_at":"2022-08-22T17:50:09.734Z","dependency_job_id":null,"html_url":"https://github.com/analytically/docker-overlayfs-bug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/analytically/docker-overlayfs-bug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/analytically%2Fdocker-overlayfs-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/analytically%2Fdocker-overlayfs-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/analytically%2Fdocker-overlayfs-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/analytically%2Fdocker-overlayfs-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/analytically","download_url":"https://codeload.github.com/analytically/docker-overlayfs-bug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/analytically%2Fdocker-overlayfs-bug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001070,"owners_count":26082991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-09T08:27:32.999Z","updated_at":"2025-10-09T08:27:33.799Z","avatar_url":"https://github.com/analytically.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-overlayfs-bug\n\nDemonstrates bug with Docker and OverlayFS when using unix domain sockets (via supervisord).\n\n* Docker 1.5.0 - 1.8.2 are affected\n* Kernel Version: 3.18.4-031804-generic to 4.1.6-040106-generic\n* Operating System: Ubuntu 14.10 and 15.04\n\n# With device-mapper\n\n`docker build -t docker-overlay .`\n\n`docker run -t -i docker-overlay`\n\n```\n2015-04-04 17:15:13,112 CRIT Supervisor running as root (no user in config file)\n2015-04-04 17:15:13,112 WARN No file matches via include \"/etc/supervisor/conf.d/*.conf\"\n2015-04-04 17:15:13,122 INFO RPC interface 'supervisor' initialized\n2015-04-04 17:15:13,122 CRIT Server 'unix_http_server' running without any HTTP authentication checking\n2015-04-04 17:15:13,122 INFO supervisord started with pid 1\n2015-04-04 17:15:14,124 INFO spawned: 'test-unix-domain-socket' with pid 7\n2015-04-04 17:15:14,214 INFO spawned: 'sleep' with pid 11\n2015-04-04 17:15:15,216 INFO success: test-unix-domain-socket entered RUNNING state, process has stayed up for \u003e than 1 seconds (startsecs)\n2015-04-04 17:15:15,216 INFO success: sleep entered RUNNING state, process has stayed up for \u003e than 1 seconds (startsecs)\n2015-04-04 17:15:15,228 INFO exited: test-unix-domain-socket (exit status 0; expected)\n^C2015-04-04 17:15:23,862 WARN received SIGINT indicating exit request\n2015-04-04 17:15:23,863 INFO waiting for sleep to die\n2015-04-04 17:15:23,863 INFO stopped: sleep (terminated by SIGTERM)\n```\n\n# With overlayfs (on extfs)\n\n`docker build -t docker-overlay .`\n\n`docker run -t -i docker-overlay`\n\n```\n2015-04-04 17:11:45,976 CRIT Supervisor running as root (no user in config file)\n2015-04-04 17:11:45,976 WARN No file matches via include \"/etc/supervisor/conf.d/*.conf\"\n2015-04-04 17:11:45,982 INFO RPC interface 'supervisor' initialized\n2015-04-04 17:11:45,982 CRIT Server 'unix_http_server' running without any HTTP authentication checking\n2015-04-04 17:11:45,982 INFO supervisord started with pid 1\n2015-04-04 17:11:46,985 INFO spawned: 'test-unix-domain-socket' with pid 11\n2015-04-04 17:11:47,074 INFO exited: test-unix-domain-socket (exit status 0; not expected)\n2015-04-04 17:11:48,076 INFO spawned: 'test-unix-domain-socket' with pid 15\n2015-04-04 17:11:48,165 INFO exited: test-unix-domain-socket (exit status 0; not expected)\n2015-04-04 17:11:50,168 INFO spawned: 'test-unix-domain-socket' with pid 19\n2015-04-04 17:11:50,276 INFO exited: test-unix-domain-socket (exit status 0; not expected)\n^C2015-04-04 17:11:52,432 WARN received SIGINT indicating exit request\n2015-04-04 17:11:52,432 INFO waiting for test-unix-domain-socket to die\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanalytically%2Fdocker-overlayfs-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanalytically%2Fdocker-overlayfs-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanalytically%2Fdocker-overlayfs-bug/lists"}