Custom memory and cpu count for docker image #263
Replies: 1 comment 2 replies
-
you can use https://containerlab.dev/manual/vrnetlab/#tuning-qemu-parameters |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?Beta Was this translation helpful? Give feedback.
All reactions