Sign inSign up

gaprogman/pokeblazor

By gaprogman

•Updated almost 8 years ago

A simple Blazor application which searches the Pokemon API and displays the results

Image
0

360

gaprogman/pokeblazor repository overview

⁠Elevator Pitch

The repo contains an example application which uses the ASP.NET Core Blazor framework to create a front-end for the Pokemon API.

⁠Running Pokeblazor

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.

⁠Running Example

A live version of PokeBlazor is available on Azure⁠, should you wish to see PokeBlazor running without having to use the docker image.

⁠Technology Used

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.

⁠Source Code

The source code for this repo can be found on GitHub under the same name: PokeBlazor⁠

⁠Issues

If you have any problems with or questions about this image, please raise a GitHub issue⁠.

Tag summary

Content type

Image

Digest

Size

68 MB

Last updated

almost 8 years ago

docker pull gaprogman/pokeblazor