{"id":16990392,"url":"https://github.com/amingolmahalle/sampledockerize","last_synced_at":"2026-04-12T18:49:28.393Z","repository":{"id":169559913,"uuid":"321415434","full_name":"amingolmahalle/SampleDockerize","owner":"amingolmahalle","description":"Sample Dockerize Asp.net Core Project.","archived":false,"fork":false,"pushed_at":"2020-12-22T19:07:57.000Z","size":704,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T00:26:53.414Z","etag":null,"topics":["asp-net-core","docker","dokcer-compose"],"latest_commit_sha":null,"homepage":"","language":"C#","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/amingolmahalle.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":"2020-12-14T16:59:12.000Z","updated_at":"2023-05-20T20:29:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"2436e504-fa1f-46f7-a46c-ea4fc60368b0","html_url":"https://github.com/amingolmahalle/SampleDockerize","commit_stats":null,"previous_names":["amingolmahalle/sampledockerize"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amingolmahalle%2FSampleDockerize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amingolmahalle%2FSampleDockerize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amingolmahalle%2FSampleDockerize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amingolmahalle%2FSampleDockerize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amingolmahalle","download_url":"https://codeload.github.com/amingolmahalle/SampleDockerize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244900134,"owners_count":20528638,"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":["asp-net-core","docker","dokcer-compose"],"created_at":"2024-10-14T03:09:53.600Z","updated_at":"2026-04-12T18:49:28.322Z","avatar_url":"https://github.com/amingolmahalle.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sample Dockerize Asp.net Core 3.1 Project.\n\nFirst Create Network to watch 2 Container(means redis and project) on Docker:\n\n\u003ccode\u003esudo docker create network NetworkName\u003c/code\u003e\n\nthen run redis along with join to created network and persist data:\n\n* before run below command.you need to create redis folder in \u003cb\u003e/tmp/data/redis\u003c/b\u003e (path and folder name is optional.you can change their name as well as create folders path).\n\n\u003ccode\u003esudo docker run --rm --name redis -p6380:6379 -v /tmp/data/redis:/data --network NetworkName redis redis-server --appendonly yes \u003c/code\u003e\n\nthen Create Image by dockerFile:\n\n\u003ccode\u003esudo docker build -t projectname:1.0 .\u003c/code\u003e\n* your project name have to be lowercase.\n\nthen after create image we have to run container from created image and join to network:\n\n\u003ccode\u003esudo docker run --rm --name ContainerName -p80:80 --network NetworkName projectname:1.0\u003c/code\u003e\n\nfinally call below url on browser:\n\n\u003cb\u003elocalhost:80\u003c/b\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famingolmahalle%2Fsampledockerize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famingolmahalle%2Fsampledockerize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famingolmahalle%2Fsampledockerize/lists"}