Native install documentation? #1452
Replies: 1 comment
-
Right, I would never do that as well. Instead of Compiling from source is pretty easy as long as you have some dependencies installed on the OS. All of that is covered in the CONTRIBUTING.md. When you just want to compile from source you technically would not even need Another option would be to pull an existing image for your arch and extract the binary out of it. The outcome is the same, and this may be your preferred method because it might be easier / quicker for you. The images do only exist for Linux CAUTIONIf you are compiling from source, and you want to use that version in production, NEVER compile from the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, looking at possibly using this in our infra. however looking over the documentation i am only seeing instructions on using Docker or Kubernetes. I assume since this project is rust i can just use cargo to compile it and see reference to that in some issues. However i want to just verify that would be enough to get a fully functional install and i could use the same documentation for the rest of the configuration. Our infra uses unprivileged and filtered LXC for its containers and we would really rather not do nested docker (especially since docker networking would not work in unprivileged containers)
Beta Was this translation helpful? Give feedback.
All reactions