Sign inSign up

ostashev/xaf-container-example

By ostashev

Updated over 2 years ago

Image
0

221

ostashev/xaf-container-example repository overview

XAF Blazor application container example

This example shows how to containerize 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 your_docker_hub_id/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 ostashev/xaf-container-example