Este contenido no está disponible en el idioma seleccionado.

Chapter 4. .NET Core Templates and Sample Apps


4.1. .NET Core Templates

The .NET Core image templates and the .NET Core images streams must first be installed. The new templates are:

Use this command to check that the image templates are installed.

$ (oc get -n openshift templates; oc get -n openshift is) | grep dotnet
Copy to Clipboard Toggle word wrap

4.2. .NET Core Sample Apps

We recommend using redhat-developer/s2i-dotnetcore-ex as the primary sample application. The new sample app provides a more exciting example than the simple "Hello World" app.

See the .NET Core repo on GitHub for more sample apps.

  1. Deploy the .NET Core sample application running on dotnet/dotnetcore-11-rhel7 using the dotnet-example template with the following command.

    $ oc new-app --template dotnet-example \
    -p DOTNET_IMAGE_STREAM_TAG=dotnet:1.1 \
    -p SOURCE_REPOSITORY_REF=dotnetcore-1.1
    Copy to Clipboard Toggle word wrap
  2. Deploy the .NET Core sample application using PostgreSQL as database with the following command.

    $ oc new-app --template=dotnet-pgsql-persistent
    Copy to Clipboard Toggle word wrap

Report a bug

Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2026 Red Hat