Sign inSign up

devexpress/xaf-container-example

By devexpress

Updated over 2 years ago

XAF Blazor application container example

Image
1

416

devexpress/xaf-container-example repository overview

XAF Blazor application container example

This example shows how to containerize an XAF Blazor application. See the full project here: https://github.com/DevExpress/XAF-Blazor-Kubernetes-example

Getting started

  1. Install Docker Engine or Docker Desktop.
  2. The following command runs a container with the image you built:
docker run --network="host" -e CONNECTION_STRING=MSSQLConnectionString devexpress/xaf-container-example:latest .
  1. Navigate to http://localhost

Tag summary

Content type

Image

Digest

sha256:5534c9fd4

Size

261.7 MB

Last updated

over 2 years ago

docker pull devexpress/xaf-container-example