[naviserver-devel] Some questions about Docker images for Naviserver

2023-03-31 Thread Brian Fenton
Hello all We're exploring reviving the Linux version of our Naviserver product. As part of this we'd like to investigate the feasibility of using Docker, initially for ease of development, and potentially later for production systems. I have a couple of questions that would be good to get the c

Re: [naviserver-devel] Some questions about Docker images for Naviserver

2023-03-31 Thread Maksym Zinchenko
Hello, I'm using Docker Naviserver in production, but it's not a big one. I can recommend it. In my case I'm using only Naviserver, not OpenACS. I have some images on docker hub under siqsuruq/naviserver, it's not official, but they work for me. They are based on a custom ubuntu image I made with T

Re: [naviserver-devel] Some questions about Docker images for Naviserver

2023-03-31 Thread Gustaf Neumann
Here is some background, what's good about s6-overlay: https://kreuzwerker.de/post/managing-multi-process-applications-in-containers-using-s6 In short: it is sufficiently simple to use and has a couple of useful utilities... -g On 31.03.23 14:23, Maksym Zinchenko wrote: Hello, I'm using Docke