I have a docker container (for example named as rocky_85) occupied around 130 GB disk space. The disk space only left around 20GB. So, "docker commit" failed because disk full.
Also docker restart the container is impossible, because my other docker container have already start with the same export port (for example 8080).
Is there any method to backup the stopped container rocky_85 to remote machine's larger disk space? Or other mount disk point?