{"id":22545213,"url":"https://github.com/pdevine/dsinfo","last_synced_at":"2025-09-11T13:38:10.561Z","repository":{"id":35747583,"uuid":"40026739","full_name":"pdevine/dsinfo","owner":"pdevine","description":null,"archived":false,"fork":false,"pushed_at":"2015-12-05T01:45:16.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T08:30:52.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"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/pdevine.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}},"created_at":"2015-07-31T22:08:01.000Z","updated_at":"2017-06-13T16:24:36.000Z","dependencies_parsed_at":"2022-09-17T12:21:10.617Z","dependency_job_id":null,"html_url":"https://github.com/pdevine/dsinfo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pdevine/dsinfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Fdsinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Fdsinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Fdsinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Fdsinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdevine","download_url":"https://codeload.github.com/pdevine/dsinfo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Fdsinfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274647219,"owners_count":25324289,"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-09-11T02:00:13.660Z","response_time":74,"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":"2024-12-07T14:09:11.885Z","updated_at":"2025-09-11T13:38:10.513Z","avatar_url":"https://github.com/pdevine.png","language":"Shell","readme":"# dsinfo\nDocker/System information collection script to assist with troubleshooting.\n\n### Note\n\nDebug logging is extremely helpful when troubleshooting problems. If your Docker daemon is not running in debug mode this script will prompt and ask if you want to enable it. If you choose so, it will attempt to enable debug mode by adjusting the Docker config file (add the **-D** flag) and restarting the docker daemon.\n\nAfter troubleshooting remember to revert the changes made to the config file and restart the daemon.\n\n### Usage\n\n#### On a Linux Machine\n```\ncurl -O https://raw.githubusercontent.com/dockersupport/dsinfo/master/dsinfo.sh\nchmod +x dsinfo.sh\nsudo ./dsinfo.sh\n```\n\nor\n\n```\nwget https://raw.githubusercontent.com/dockersupport/dsinfo/master/dsinfo.sh\nchmod +x dsinfo.sh\nsudo ./dsinfo.sh\n```\n\n#### Using Boot2Docker\n\nThis script needs to be run in the Boot2Docker virtual machine. You can ssh into your Boot2Docker VM with:\n\n- With Bash: `ssh -i ~/.ssh/id_boot2docker docker@$(boot2docker ip)`\n\n- With [Fish](http://fishshell.com/): `ssh -i ~/.ssh/id_boot2docker docker@(boot2docker ip)`\n\n### Notes\n\nThis script creates the directories:\n  - /tmp/dsinfo\n  - /tmp/dsinfo/dhe\n  - /tmp/dsinfo/dhe/generatedConfigs\n  - /tmp/dsinfo/dhe/logs\n  - /tmp/dsinfo/inspect\n  - /tmp/dsinfo/logs\n\nThis script collects the following:\n  - Docker daemon configuration and logs\n  - Inspect results and logs from the last 20 containers\n  - Miscellaneous system information (Output to: /tmp/dsinfo/report.md)\n\nAll files/directories are compressed to: /tmp/dsinfo.tar.gz\n\n---------------------------------------------------------------------------------\n\n*** Important ***\n\nBefore sharing the dsinfo.tar.gz archive, review all collected files for\nprivate information and edit/delete if necessary.\n\nIf you do edit/remove any files, recreate the tar file with the following command:\n\n  sudo tar -zcf /tmp/dsinfo.tar.gz /tmp/dsinfo\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdevine%2Fdsinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdevine%2Fdsinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdevine%2Fdsinfo/lists"}