Virtualization and Containerization
Search results for "1'"
Odoo 14 Deployment Using Docker
Docker is an application deployment platform that allows developers and users to build, deploy, run, and manage their apps using containers.
Odoo docker
To run Odoo on docker, two docker containers must be set up. Docker images can be used. Odoo has an official image on Docker to install Odoo on the docker virtual environment.
How to Scaffold a module in Odoo 13
Using Odoo scaffolding we can create the module structure automatically, it saves much of our effort in creating a module manually
What is Docker? Docker Tutorial for Beginners
Docker is an open-source platform tool designed to manage containers, which allow building applications with required libraries, binaries, and dependencies.