You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,17 @@ $ graphiql
102
102
2018/11/24 17:10:36 Use (ctrl+c) to terminate the execution
103
103
```
104
104
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
+
105
114
## Contribute
106
115
[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.
107
116
108
117
## 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