docker image REPOSITORY 为 TAG 为none的解决方法

┌─[thekingofnight@parrot]─[~]
└──╼ $docker image ls
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
                            6ba6db0eca40        2 months ago        334MB

解决方法

┌─[✗]─[thekingofnight@parrot]─[~]
└──╼ $docker tag  6ba6db0eca40 test
└──╼ $docker image ls
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
test                latest              6ba6db0eca40        2 months ago        334MB

就可以进行其他的操作了

参考:https://blog.csdn.net/chen20111/article/details/78211977

你可能感兴趣的:(坑)