Move all containers of a service to another host?

Is it possible or planned to support moving services to another host? For example from dev to prod environment?
Because I plan to use data only container (which should be stopped containers) it would be great to move all running and stopped containers.

1 Like

i think this is not possible at the moment, but i hope they will plan on this inside this year, because it’s a very great feature.

A loadbalancer can be used to match the correct environment. Instead of moving on container base it should be done service (with all containers, data only containers and LBs) based.

I wodnder if something like Blimp may be useful at some point?

Despite “in general” containers being more suited for “shortlived” or “ephemeral” processes, I can understand when moving a container might be useful… Would this be something interesting to look into/at?