Can I run UBOS in a Docker container?

/docs/gears/faq-howto-troubleshooting/faq-ubos-in-docker/

We used to have a UBOS Docker container running a full UBOS system, but it didn’t work very well, so we don’t any more.

That’s because Docker containers are really meant to run a single process, and UBOS usually run lots of processes, such as:

  • a web server;
  • a database;
  • some middleware daemons, like elasticsearch;
  • cron jobs or such.

You may even run multiple applications are multiple virtual hosts, all of which may have several processes. Docker containers are not made for that.

However, see /docs/development/faq/faq-apps-in-docker.md