{"id":39663976,"url":"https://github.com/devantler-tech/dotnet-container-engine-provisioner","last_synced_at":"2026-01-18T09:26:42.483Z","repository":{"id":258009145,"uuid":"861955175","full_name":"devantler-tech/dotnet-container-engine-provisioner","owner":"devantler-tech","description":"Simple provisioners that can provision containers and more to popular container engines.","archived":false,"fork":false,"pushed_at":"2025-12-12T22:13:00.000Z","size":221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T12:53:51.935Z","etag":null,"topics":["library"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"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/devantler-tech.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-23T19:22:27.000Z","updated_at":"2025-12-12T22:13:03.000Z","dependencies_parsed_at":"2025-02-05T18:39:37.796Z","dependency_job_id":"2ceb945f-665d-4f16-9598-b33e5f529aa2","html_url":"https://github.com/devantler-tech/dotnet-container-engine-provisioner","commit_stats":null,"previous_names":["devantler/dotnet-container-engine-provisioner","devantler-tech/dotnet-container-engine-provisioner"],"tags_count":44,"template":false,"template_full_name":"devantler-tech/dotnet-template","purl":"pkg:github/devantler-tech/dotnet-container-engine-provisioner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devantler-tech%2Fdotnet-container-engine-provisioner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devantler-tech%2Fdotnet-container-engine-provisioner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devantler-tech%2Fdotnet-container-engine-provisioner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devantler-tech%2Fdotnet-container-engine-provisioner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devantler-tech","download_url":"https://codeload.github.com/devantler-tech/dotnet-container-engine-provisioner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devantler-tech%2Fdotnet-container-engine-provisioner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["library"],"created_at":"2026-01-18T09:26:42.349Z","updated_at":"2026-01-18T09:26:42.462Z","avatar_url":"https://github.com/devantler-tech.png","language":"C#","readme":"# 🐳 .NET Container Engine Provisioner\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Test](https://github.com/devantler-tech/dotnet-container-engine-provisioner/actions/workflows/test.yaml/badge.svg)](https://github.com/devantler-tech/dotnet-container-engine-provisioner/actions/workflows/test.yaml)\n[![codecov](https://codecov.io/gh/devantler-tech/dotnet-container-engine-provisioner/graph/badge.svg?token=RhQPb4fE7z)](https://codecov.io/gh/devantler-tech/dotnet-container-engine-provisioner)\n\nSimple provisioners that can provision various resources in container engines.\n\n## Prerequisites\n\n- [.NET](https://dotnet.microsoft.com/en-us/)\n\n## 🚀 Getting Started\n\nTo get started, you can install the packages from NuGet.\n\n```bash\n# For provisioning resources in Docker\ndotnet add package DevantlerTech.ContainerEngineProvisioner.Docker\n```\n\n## 📝 Usage\n\nTo use the provisioners, all you need to do is to create and use a new instance of the provisioner.\n\n```csharp\nusing DevantlerTech.ContainerEngineProvisioner.Docker;\n\nvar provisioner = new DockerProvisioner();\n\nstring registryName = \"new_registry\";\nint port = 5010;\n\n// Act\nawait _provisioner.CreateRegistryAsync(registryName, port, CancellationToken.None);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevantler-tech%2Fdotnet-container-engine-provisioner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevantler-tech%2Fdotnet-container-engine-provisioner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevantler-tech%2Fdotnet-container-engine-provisioner/lists"}