Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/graphql-pokemon-docker
A container packaging the GraphQL Pokémon project
https://github.com/abn/graphql-pokemon-docker
Last synced: 7 days ago
JSON representation
A container packaging the GraphQL Pokémon project
- Host: GitHub
- URL: https://github.com/abn/graphql-pokemon-docker
- Owner: abn
- License: mit
- Created: 2019-05-23T10:26:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T21:45:34.000Z (over 3 years ago)
- Last Synced: 2024-11-18T07:49:56.550Z (about 1 month ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Pokémon Docker
[![Docker Repository on Quay.io](https://quay.io/repository/abn/graphql-pokemon/status "Docker Repository on Quay.io")](https://quay.io/repository/abn/graphql-pokemon) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=abn/graphql-pokemon-docker)](https://dependabot.com)A container packaging the [GraphQL Pokémon](https://github.com/lucasbento/graphql-pokemon) project by [Lucas Bento](https://github.com/lucasbento).
## Usage
```sh
# running in the foreground
docker run --rm -it -p 5000:5000 quay.io/abn/graphql-pokemon:latest
```