Difficulty: Advanced
Can you update resource limits (CPU/Memory) of a running container?
Yes, using the `docker update` command (e.g., `docker update --cpu-shares 512 <id>`).
Resource, Hot Update
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.