Sign inSign up

merapar/graphql-browser-docker

By merapar

•Updated almost 10 years ago

graphiql container

Image
2

1.3K

merapar/graphql-browser-docker repository overview

This repository contains docker and kubernetes files to run graphiql (https://github.com/graphql/graphiql⁠) in a container.

The docker container is available at Dockerhub: https://hub.docker.com/r/merapar/graphql-browser-docker⁠ The following command runs the GraphQL client. The website is available on the host on port 8888. The client connects to the server which is available at http://192.168.159.1:8080/graphql⁠

docker run -p 8888:8080 -d -e GRAPHQL_SERVER=http://192.168.159.1:8080/graphql⁠ merapar/graphql-browser-docker

The kubernetes/graphql-browser.yml file contains pod and service defintions for Kubernetes

Tag summary

Content type

Image

Digest

Size

197.1 MB

Last updated

almost 10 years ago

docker pull merapar/graphql-browser-docker