No post body was provided.
Ask HN: Self Hosting – as a systemd service or container?
1–4 of 4 posts
Re: Ask HN: Self Hosting – as a systemd service or container?
#2[dead]
Re: Ask HN: Self Hosting – as a systemd service or container?
#3For me it consists of these questions:
1. Does it make a difference running it in 10 instances?
2. Is the required environment complex(what do i need to create the environment)?
Re: Ask HN: Self Hosting – as a systemd service or container?
#4Even in systemd, there is enough sandboxing function, so I use it.
If we need to get away from version dependencies. I think we'll consider containers as well.