I\'ve a container with odoo on it on the dir \"/opt/odoo/\".
A init script on \"/etc/init.d/odoo-server\"
#!/bin/bash ### BEGIN INIT INFO # Provides:
Docker containers typically do not have a functioning init system. If you are simply running a single service -- just start that.
If you need something more complex, look at supervisord or runit.
Containers are not virtual machines.