A simple Blazor application which searches the Pokemon API and displays the results
360
The repo contains an example application which uses the ASP.NET Core Blazor framework to create a front-end for the Pokemon API.
docker run -d -p 8080:80 gaprogman/pokeblazor
The above command will run a new instance of the container, using port 8080 on the host and 80 on the guest. The guest port is important, and must be 80, as this is the port number which is exposed for the application.
A live version of PokeBlazor is available on Azure, should you wish to see PokeBlazor running without having to use the docker image.
This repo uses the Microsoft/dotnet repo as both a builder and a run time - specifically the Linux images. As such, this repo represents a Linux image - this should only cause potential issues for users who are using Docker on Windows.
The source code for this repo can be found on GitHub under the same name: PokeBlazor
If you have any problems with or questions about this image, please raise a GitHub issue.
Content type
Image
Digest
Size
68 MB
Last updated
almost 8 years ago
docker pull gaprogman/pokeblazor