-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create simple docker example #310
Comments
Shouldn't this issue live in the gaffer-docker repo? |
At the time the idea was that a small standalone Dockerfile could be made to live in the examples directory that would stand up a basic gaffer-rest api so people could docker run gaffer-example, or something, and reduce barrier to entry |
I think this issue would be best transferred to the gaffer-docker repo. We can create a new standalone example container which uses the map-store with some example data. |
I agree, we would want to push this example image to dockerhub and it doesn't makes sense to duplicate the tagging/pushing process here |
@GCHQDeveloper314 issue has been transferred. We shouldn't forget there is still a branch on Gaffer that might be relevant: https://github.com/gchq/Gaffer/tree/gh-2694-docker-example |
As well as the current scripts that use maven to setup an example Gaffer Graph, a more modern docker based example should exist. This should let people
docker run gcgq/gaffer-example
(or equivalent) to get an example graph running as easy as possible.The text was updated successfully, but these errors were encountered: