DEV Community

Cover image for Guide to Install Odoo V13 Using Docker
emiway1392
emiway1392

Posted on

Guide to Install Odoo V13 Using Docker

To run Odoo on docker, we have to set-up two docker containers. For that, we can use docker images

Odoo Image: Odoo has an official image (Odoo Image) on the Docker in order to install Odoo on the docker virtual environment.
Postgress Image: Odoo uses Postgres SQL to store and manipulate its data. So before configuring Odoo image, we have to make sure that a Postgres image is properly running on our docker environment.
Install docker(Ubuntu 18.04)

First of all, we have to make sure that every required package is properly installed in the system in order to run the docker.

sudo apt install apt-transport-https ca-certificates curl software-properties-common

About IQodoo Expert

We are an odoo development company that got established in 2012. The company provides services like Odoo ERP Customization, Odoo ERP Implementation, Odoo Integration, Source Code Sale, Odoo Support, and ERP Development. We offer 350+ odoo apps and plugins for the odoo app store.

Top comments (0)