I followed below Github link to create Docker container for version 16 and it was successful attempt, but still need help.
github(dot)com/bithabib/docker_course -- I can't post lniks due to Kerma
i didn't changed anything in docker-compose.yml file because it is first attempt so, i can check how it works, i followed all steps as is and then run as below:
odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ sudo docker-compose up -d
[sudo] password for odoo:
Starting my_odoo_app_db_1 ... done
Starting my_odoo_app_web_1 ... done
when run in browser localhost:8069 it showed me database creating page where I created first database, after creating db now I can see all Odoo default apps in browser window.
checked as below to find files but failed, nothing in config, addons, /mnt folders?
odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ ls
addons config docker-compose.yml odoo_pg_pass
odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$
i checked folders but nothing found anything in below folders
doo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ ls config
odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ ls addons
odoo@odoo-VirtualBox:~/odoo-docker/my_odoo_app$ ls /mnt
Q1: where i can found the addons files provided by Odoo?
Q2: how I can create addons and custom addons folders separately for each Odoo version?
Q3: how I can setup Pycharm to access and work with all versions? will this require to install separately for each version?
Q4: -if it is permissible- how I can start these Odoo Docker Containers all simultaneously or some specific automatically when Ubuntu starts or whenever it required to?
please help.
with regards
anyone can help????
STILL Waiting for an expert who can help...