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
It would be really helpful if the project had a Dockerfile. ASFAI, currently, there isn't one, which makes it difficult to use owl-cli on some environments. Having a Dockerfile would allow users to easil run the project in a container, making it much easier to manage dependencies (e.g. Graphviz) and isolate the project from the host environment.
It would be great if a maintainer could add a Dockerfile to the project. And I'm willing to contribute a Dockerfile to the project, if needed.
Thanks ❤️
The text was updated successfully, but these errors were encountered:
Hi @ccamel,
you are correct, currently there is no Dockerfile. Although some effort was put into making owl-cli easily usable (i.e., building it using GraalVM into a native binary so you don't need Java to run it), I can see how a Dockerfile would be useful. If you are willing to open a pull request, even better :-) If not, this is fine as well and I would address this in the coming weeks.
It would be really helpful if the project had a
Dockerfile
. ASFAI, currently, there isn't one, which makes it difficult to useowl-cli
on some environments. Having a Dockerfile would allow users to easil run the project in a container, making it much easier to manage dependencies (e.g. Graphviz) and isolate the project from the host environment.It would be great if a maintainer could add a
Dockerfile
to the project. And I'm willing to contribute aDockerfile
to the project, if needed.Thanks ❤️
The text was updated successfully, but these errors were encountered: