Fetch the repository succeeded.
MECM-Inventory modules provides common inventory of all system and host level resources of MEC system.
The Inventory project is containerized based on docker, and it is divided into two steps during compilation and construction.
Inventory is a Java program written based on jdk1.8 and maven. To compile, you only need to execute mvn install to compile and generate jar package
The Inventory project provides a dockerfile file for mirroring. You can use the following commands when making a mirror
docker build -t edgegallery/mecm-inventory:latest -f docker/Dockerfile .
Sign in for post a comment
Comments ( 2 )