Dotnet Container Deployment
Automates .NET container deployment to Azure Container Apps/Registry using pre-defined configurations and best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dotnet-container-deployment npx -- -y @trustedskills/dotnet-container-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dotnet-container-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dotnet-container-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the deployment of .NET applications within Docker containers. It handles container image creation, pushing images to registries, and orchestrating deployments using tools like Kubernetes or Docker Compose. The goal is to streamline the process of getting .NET apps running in a consistent and reproducible environment.
When to use it
- Deploying a new version of an existing .NET web application to a staging server.
- Automating the creation and deployment of microservices built with .NET.
- Setting up a CI/CD pipeline for .NET applications, including containerization steps.
- Creating development environments using Docker containers for .NET projects.
Key capabilities
- Docker image building from .NET project files
- Image pushing to container registries (e.g., Docker Hub, Azure Container Registry)
- Kubernetes deployment configuration generation
- Docker Compose file creation and management
Example prompts
- "Create a Docker image for my .NET Core web API located at
/src/MyWebApp." - "Generate a Kubernetes deployment YAML file for the
my-appservice, pulling from Docker Hub." - “Build and push a docker image to Azure Container Registry.”
Tips & gotchas
- Requires familiarity with .NET project structure and Docker concepts.
- The skill may require access to container registries (Docker Hub, ACR) for pushing images.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.