Sign inSign up

aveltens/hydra-console

By aveltens

Updated about 8 years ago

HydraConsole as a Docker container

Image
0

289

aveltens/hydra-console repository overview

HydraConsole as a Docker container

HydraConsole is an implementation of a generic API client for Hydra-based Web APIs in the form of a single-page application.

Start HydraConsole container

docker run --rm -p 8000:80 aveltens/hydra-console

Visit http://localhost:8000 to reach the HydraConsole.

Reach local APIs during development

To be able to reach locally started APIs, e.g. http://localhost:8080 you need to start the container in the host network mode:

docker run --rm --network host aveltens/hydra-console

Now visit http://localhost to reach the HydraConsole and enter http://localhost:8080/ as an URL there.

Tag summary

Content type

Image

Digest

Size

128 MB

Last updated

about 8 years ago

docker pull aveltens/hydra-console