docker rename image by id code example
Example 1: docker load command rename image
docker image tag server:latest myname/server:latest
Example 2: docker load command rename image
docker image tag d583c3ac45fd myname/server:latest
Example 3: update docker image name
docker rename | Docker Documentation