콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
9295 화면

Hi Members,

can i use Docker for Odoo Development? Is using the Docker easier than Development without it?

아바타
취소

I think it depends on how good are you with docker.
From my personal experience I think working with docker on windows is not a good option, but if you are deploying your odoo to one of those cloud platforms that use docker for deployment, docker would be a viable option.
You can give this repo a look: https://github.com/m-azzain/odoo-dev-env

베스트 답변

Using Docker has many advantages. You can use Docker to launch your container on any server (including cloud) or any local machine (e.g. your developer environment) you want. It will run everywhere in exactly the same, predictable way. Moreover, Docker allows you to set up your environment in such a way that it runs in exactly the same manner as it will in production (e.g., the same operating system, with the same environment variables, and all the dependencies required). I always have two docker containers running for each new project: 

  1. Development container where I can debug 
  2. Production container where I can test everything

The disadvantage is that you have to get familiar with Docker, but there are plenty of good resources out there.

아바타
취소
베스트 답변

There is a project (Doodba) from partner Tecnativa. You should have a look at it
https://github.com/Tecnativa/doodba 
https://www.youtube.com/watch?v=E7KIMcxORrw (in Spanish) 


아바타
취소
관련 게시물 답글 화면 활동
2
7월 22
3664
1
12월 20
13794
2
8월 25
235
2
8월 25
274
2
8월 25
454