Skip to content

Commit

Permalink
Making the linter happing with an old post
Browse files Browse the repository at this point in the history
  • Loading branch information
cweibel committed Dec 12, 2023
1 parent 645d834 commit 32bad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2020-08-27-running-dot-net-apps-on-cloud-dot-gov.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ cloud.gov does not provide any specific CI/CD tools for customers to use, but in

**Can I run .NET Framework applications on cloud.gov in a container?**

While cloud.gov supports [deployments using containers](https://cloud.gov/docs/deployment/docker/), and there are [containers for .NET Framework](https://hub.docker.com/_/microsoft-dotnet-framework) available, this approach should be considered experimental. The better approach for running .NET applications on cloud.gov is to target the .NET Core platform and port any existing applications to run on the platform.
While cloud.gov supports [deployments using containers](https://cloud.gov/docs/deployment/docker/), and there are [containers for .NET Framework](https://hub.docker.com/search?q=microsoft-dotnet-framework) available, this approach should be considered experimental. The better approach for running .NET applications on cloud.gov is to target the .NET Core platform and port any existing applications to run on the platform.

Got additional questions? Don't hesitate to [reach out to us](mailto:[email protected]) to learn more about how you can run your .NET applications on the cloud.gov platform.

0 comments on commit 32bad76

Please sign in to comment.