Answers for "changing the name of container"

0

changing the name of container

docker rename current container Id or name then new name

docker rename loving_gates redis_latest

container old name=loving_gates

container new name=redis_latest

check command "docker ps"
Posted by: Guest on May-11-2021

Code answers related to "changing the name of container"

Browse Popular Code Answers by Language