What is the preferred/standard way of deploying an application to FreeBSD? I have a Go app, and on my local dev machine I run it and test it with Docker. I have also deployed it in the past using Docker to a VPS when doing a real world stress test. But AFAIK docker does not run on FreeBSD or recommended at all. However it is really convenient and ideal for quickly (and cleanly) setting up a server.