{"id":19024917,"url":"https://github.com/sonujose/docker-python-app","last_synced_at":"2026-06-30T14:31:40.692Z","repository":{"id":115803672,"uuid":"137585958","full_name":"sonujose/docker-python-app","owner":"sonujose","description":"Create your first docker container and upload the image","archived":false,"fork":false,"pushed_at":"2018-06-16T14:24:25.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T19:12:51.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/sonujose.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-16T14:20:56.000Z","updated_at":"2018-12-02T07:45:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e68501a-da8d-4e04-a64b-816dbb209b50","html_url":"https://github.com/sonujose/docker-python-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sonujose/docker-python-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fdocker-python-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fdocker-python-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fdocker-python-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fdocker-python-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonujose","download_url":"https://codeload.github.com/sonujose/docker-python-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fdocker-python-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34971618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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-11-08T20:39:32.061Z","updated_at":"2026-06-30T14:31:40.657Z","avatar_url":"https://github.com/sonujose.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Docker Hello World**\n\n*Create your first docker container and upload the image*\n\nRun the following to create a your first docker container\n\n- `docker build -t friendlyhello .` // Build the docker in a linux container\n- `docker run -p 4000:80 friendlyhello` // Run your application\n\nNotes\n- You should see a message that Python is serving your app at http://0.0.0.0:80. But that message is coming from inside the        container, which doesn’t know you mapped port 80 of that container to 4000, making the correct URL http://localhost:4000.\n- Go to that URL in a web browser to see the display content served up on a web page.\n\n\n*Now let’s run the app in the background, in detached mode:*\n\n- `docker run -d -p 4000:80 friendlyhello`\n\n*To stop the cotainer*\n\n- `docker container stop 1fa4ab2323` - {container Id}\n\n* Share your image\n\n- Run docker tag image with your username, repository, and tag names so that the image uploads to your desired destination. The    syntax of the command is: `docker tag image username/repository:tag`\n\n*To see the image you created*\n- `docker image ls`\n\n*Push your image to the repository*\n- `docker push username/repository:tag`\n\n*Pull and run the image from the remote repository*\n- `docker run -p 4000:80 username/repository:tag`\n\n\n* Created by Sonu Jose\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonujose%2Fdocker-python-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonujose%2Fdocker-python-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonujose%2Fdocker-python-app/lists"}