docker image REPOSITORY 为 <none> TAG 为none的解决方法
┌─[thekingofnight@parrot]─[~]└──╼ $docker image lsREPOSITORYTAGIMAGE IDCREATEDSIZE<none><none>6ba6db0eca4...
·
┌─[thekingofnight@parrot]─[~]
└──╼ $docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
<none> <none> 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
就可以进行其他的操作了
更多推荐
已为社区贡献1条内容
所有评论(0)