How to install without using docker #4494
Replies: 1 comment
-
Can't speak for the maintainers but, I don't think that installing without docker is supported. I vaguely remember reading a article a while back where someone tried it, but I can't find it now. There is this discussion #2219 but very little useful information. Technically, a dockerfile is just a set of instructions to follow to install on a linux server. You could try to manually setup all requirements and follow the docker file steps manually. But I wouldn't recommend doing that. I'd recommend looking for a alternative if you don't want to use docker containers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a recipe for this somewhere?
Beta Was this translation helpful? Give feedback.
All reactions