hellt / vrnetlab

Make VM-based Network OSes run in Containerlab
https://containerlab.dev
MIT License
129 stars 88 forks source link

Custom memory and cpu count for docker image #262

Closed rohit04saluja closed 1 month ago

rohit04saluja commented 1 month ago

Docker images are built with fixed memory and CPU count that is defined in launch.py. However, I need to change the resources for different images based on deployment requirements and releases.

Is there a way to define memory and CPU at the time of docker image built without editing launch.py everytime?