Skip to content

Commit 654ea40

Browse files
authored
Update README.md
1 parent d8251b4 commit 654ea40

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,17 @@ $ graphiql
102102
2018/11/24 17:10:36 Use (ctrl+c) to terminate the execution
103103
```
104104

105+
## Docker
106+
The application is also available through [Docker](https://hub.docker.com/r/friendsofgo/graphiql), just run:
107+
108+
```bash
109+
docker run -it --rm -p 4040:4040 friendsofgo/graphiql
110+
```
111+
112+
Remember to use the [-p](https://docs.docker.com/engine/reference/run/) flag to expose the container port where the application is listening (4040 by default).
113+
105114
## Contribute
106115
[Contributions](https://github.com/friendsofgo/graphiql/issues?q=is%3Aissue+is%3Aopen) are more than welcome, if you are interested please fork this repo and send your Pull Request.
107116

108117
## License
109-
MIT License, see [LICENSE](https://github.com/friendsofgo/graphiql/blob/master/LICENSE)
118+
MIT License, see [LICENSE](https://github.com/friendsofgo/graphiql/blob/master/LICENSE)

0 commit comments

Comments
 (0)