Modify existing service/container configuration

Hi,

Is there any option to modify the existing container/service configuration in Rancher UI like memory/cpu or add/modify environment variable? I know we have option to clone but it is not good practice when we need to update/modify many containers.

Please let me know if any option is available.

Thanks
Gokul

Nope, this is actually a Docker restriction. Once a container is started, it can’t be altered. The things that we alter in our UI is something that Rancher manages, not the Docker container.

If you have many services to modify, I’d recommend checking out rancher-compose and using it to upgrade services.