-
Notifications
You must be signed in to change notification settings - Fork 35
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
GF on Docker? #145
Comments
Yes this makes sense, to be honest I thought there already was a Dockerfile in Compiling and running GF in a Docker container is straightforward enough, but we need to think about how to get grammars into this container.
|
It might be possible to resolve this by doing the dockerfile in several layers, where e.g. the rgl dockerfile depends on the gf-core one. One downside is that it might be confusing to have a When it comes to user grammars, the user could in turn have their own dockerfile or docker-compose config that imports their grammars into the image or mounting it. We could provide a template for doing that, to make it easier. Using layers would also resolve the GF cloud issue, by having a separate docker-file for that as well, that depends on the gf-core docker file, in which case that docker image would also be imported by the one just called |
A quick search on the internet for Grammatical Framework and Docker finds many hints for at least some support of GF having been dockerized.
Looking at it as a newcomer from the outside, it would be much worth having information about Docker under the Get started > Download GF heading.
What I would expect is some Docker commands for getting
gf --server
running in a container instance and some notes on which version of GF it contains and whether the version will always be the latest when running the Docker commands again.The text was updated successfully, but these errors were encountered: