FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

CO2MPAS-TA/docker at master · Eng-RSMY/CO2MPAS-TA · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.rst

CO2MPAS docker images

There are two images available:
  • co2mpas-debian
  • co2mpas-exe

Quick Start

You may find usage Guidelines in the wiki: https://github.com/JRCSTU/CO2MPAS-TA/wiki/CO2MPAS-user-guideline

To create work folders and then fill input with sample-vehicles:

$ md input output $ docker run -it --rm -v $(pwd):/data vinci1it2000/co2mpas-debian:latest co2mpas demo /data/input

To run CO2MPAS with batch cmd:

$ docker run -it --rm -v $(pwd):/data vinci1it2000/co2mpas-debian:latest co2mpas batch /data/input -O /data/output -D flag.engineering_mode=True

You can run a specific version changing tag latest with the desired version:

$ docker run -it --rm -v $(pwd):/data vinci1it2000/co2mpas-debian:2.0.0 co2mpas batch /data/input -O /data/output -D flag.engineering_mode=True

Build docker images

To build locally all images as latest, you can run the following command:

$ docker-compose build

if you want to build just one image:

$ docker-compose build co2mpas-debian

If you want to build and tag all images with the current version, you can run the following command:

$ bash ./build.sh

if you want to build just one image:

$ bash ./build.sh co2mpas-debian


Back | FazBrowse Home | New Git URL