{"id":23503602,"url":"https://github.com/mdpiper/hello-docker","last_synced_at":"2026-02-15T05:32:42.200Z","repository":{"id":77712522,"uuid":"318001004","full_name":"mdpiper/hello-docker","owner":"mdpiper","description":"An example of setting up a simple Docker image","archived":false,"fork":false,"pushed_at":"2024-08-29T16:32:53.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T09:20:53.872Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/mdpiper.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":"2020-12-02T21:51:34.000Z","updated_at":"2024-08-29T16:32:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"69957b68-63a6-425f-ac24-4c63c9cc1469","html_url":"https://github.com/mdpiper/hello-docker","commit_stats":null,"previous_names":["mdpiper/hello-docker"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mdpiper/hello-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdpiper%2Fhello-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdpiper%2Fhello-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdpiper%2Fhello-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdpiper%2Fhello-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdpiper","download_url":"https://codeload.github.com/mdpiper/hello-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdpiper%2Fhello-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29470624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T05:26:30.465Z","status":"ssl_error","status_checked_at":"2026-02-15T05:26:21.858Z","response_time":118,"last_error":"SSL_read: 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-12-25T08:30:21.417Z","updated_at":"2026-02-15T05:32:42.184Z","avatar_url":"https://github.com/mdpiper.png","language":"HTML","readme":"# hello-docker\n\nA simple example of setting up, building, and running a Docker image.\n\nThe Dockerfile contains instructions for \nconfiguring a web server in Python\nto display a web page.\n\nBuild the image from the Dockerfile with:\n```\ndocker build --tag hello-docker .\n```\n\nLaunch a container from the image with:\n```\ndocker run --publish 8080:80 --detach --name hiya hello-docker\n```\nBecause `--detach` is set, the container runs in the background.\nThe container is named \"hiya\".\nPort 8080 on the local machine is mapped to port 80 in the container.\n\nTo view the exciting result of running this container, open \nhttp://[::]:8080/ (or http://localhost:8080)\nin a web browser on your local machine.\n\nStop the container and remove it with:\n```\ndocker container stop hiya\ndocker container rm hiya\n```\n\n## Automatically build and push image\n\nI set up a CI workflow in [release.yml](./.github/workflows/release.yml)\nto build the *hellow-docker* image and push it to Docker Hub.\nThe workflow only runs when the repo is tagged.\nJust push the tag to GitHub and the workflow handles the rest.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdpiper%2Fhello-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdpiper%2Fhello-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdpiper%2Fhello-docker/lists"}