HydraConsole as a Docker container
289
HydraConsole is an implementation of a generic API client for Hydra-based Web APIs in the form of a single-page application.
docker run --rm -p 8000:80 aveltens/hydra-console
Visit http://localhost:8000 to reach the HydraConsole.
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.
Content type
Image
Digest
Size
128 MB
Last updated
about 8 years ago
docker pull aveltens/hydra-console