Skip to content

kilacoda/odoo_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Odoo Docker Container Creation Example

This is a simple app that creates a container based on the Odoo image on command. It uses Flask under the hood to render the pages.

Instructions

  • Get python and Docker Desktop set up
  • Clone this repository
  • cd to the repo and run the following:
    >>> python3 -m venv venv
    >>> pip3 install -r requirements.txt
    >>> py ./main.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published