Official docker images are built with some regularity. The odoo version is installed from a specific nightly build, as example of today latest for 14.0:
| ARG ODOO_RELEASE=20210308 |
|
Official docker images are built with some regularity. The odoo version is installed from a specific nightly build, as example of today latest for 14.0:
| ARG ODOO_RELEASE=20210308 |
|
I would suggest Make changes inside the docker container which you run using docker run command by
docker exec -ti --user root odoo_container_id /bin/bash
this command will let you make changes in the container, from that container you can create your own docker image and upload it to docker hub: more details here
Or, in case your making too many changes in the image, then you should map/mount[volumes] the source code directory of docker container to the any external location, more details here
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
2
mar. 15
|
8309 | |||
|
2
mar. 15
|
6015 | |||
|
1
mar. 15
|
6554 | |||
|
1
mar. 15
|
7029 | |||
|
1
mar. 15
|
37423 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.