DEV Community

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

Posted on

3

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.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay