{"id":17062876,"url":"https://github.com/bretfisher/httping-docker","last_synced_at":"2025-09-15T21:03:56.789Z","repository":{"id":30718816,"uuid":"125801917","full_name":"BretFisher/httping-docker","owner":"BretFisher","description":"Ping with HTTP requests, built directly from master","archived":false,"fork":false,"pushed_at":"2024-08-21T06:54:43.000Z","size":128,"stargazers_count":55,"open_issues_count":0,"forks_count":18,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-16T13:00:34.565Z","etag":null,"topics":["container","distributed-systems","docker","http","linux","ping","tool","troubleshooting"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BretFisher.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},"funding":{"custom":"bretfisher.com/members"}},"created_at":"2018-03-19T04:35:58.000Z","updated_at":"2025-01-27T08:42:25.000Z","dependencies_parsed_at":"2024-08-21T08:10:35.370Z","dependency_job_id":null,"html_url":"https://github.com/BretFisher/httping-docker","commit_stats":{"total_commits":51,"total_committers":2,"mean_commits":25.5,"dds":"0.37254901960784315","last_synced_commit":"c4f65cee7a4b0f648f8077f8ce9f5fda74ddbd20"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BretFisher%2Fhttping-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BretFisher%2Fhttping-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BretFisher%2Fhttping-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BretFisher%2Fhttping-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BretFisher","download_url":"https://codeload.github.com/BretFisher/httping-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239412469,"owners_count":19634016,"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","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":["container","distributed-systems","docker","http","linux","ping","tool","troubleshooting"],"created_at":"2024-10-14T10:50:57.989Z","updated_at":"2025-09-15T21:03:51.755Z","avatar_url":"https://github.com/BretFisher.png","language":"C","readme":"# Docker image of httping\n\n[![GitHub Super-Linter](https://github.com/bretfisher/httping-docker/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)\n![Build and Push Image](https://github.com/bretfisher/httping-docker/actions/workflows/call-docker-build.yaml/badge.svg?branch=main)\n\nThis container image is stored on docker hub: [bretfisher/httping](https://hub.docker.com/r/bretfisher/httping/) and in this GitHub repositories packages.\n\nNOTE: This is based on the original httping project,\nwhich has since been removed from GitHub.\nI maintain a copy of the 2.5 version in the `source` directory.\n\n## Basic example at docker CLI\n\nrun a HTTPS ping against google every second until you hit ctrl-c or stop/kill the container\n\n```bash\ndocker run --rm bretfisher/httping https://www.google.com\n```\n\n## Better example\n\nping ever 100ms, use GET not HEAD, show status codes, use pretty colors\n\n```bash\ndocker run --rm bretfisher/httping -i .1 -G -s -Y https://www.google.com\n```\n\n## Use the shell GUI\n\nadd a `-it` to run command and a `-K` to httping\n\n```bash\ndocker run -it --rm bretfisher/httping -i .1 -GsYK https://www.google.com\n```\n\n## License\n\nThis repository and Dockerfile are MIT licensed.\nAll upstream software including httping are licensed by their owners.\n","funding_links":["bretfisher.com/members"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbretfisher%2Fhttping-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbretfisher%2Fhttping-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbretfisher%2Fhttping-docker/lists"}