When using docker images, images with both REPOSITORY and TAG set to none may appear, as shown below: At this point, we can rename the image
Additional knowledge: Docker image rename The docker image name was accidentally written incorrectly, for example, you wanted to name it ubuntu1604-arm-qt, but wrote it as unbuntu1604-arm-qt. How to change it back? Rename with docker tag docker images find image_id The image id found is efeb4214cfc4. haojc@ubuntu:~/docker/ubuntu1604-arm-qt$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE sword2000/unbuntu1604-arm-qt 1.0 efeb4214cfc4 13 hours ago 7.05GB hello-world latest fce289e99eb9 7 months ago 1.84kB Rename with docker tag <image_id>
Then delete the original image name docker rmi sword2000/unbuntu1604-arm-qt:1.0 haojc@ubuntu:~/docker/ubuntu1604-arm-qt$ docker rmi sword2000/ubuntu1604-arm-qt:1.0 Untagged: sword2000/unbuntu1604-arm-qt:1.0 haojc@ubuntu:~/docker/ubuntu1604-arm-qt$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE sword2000/ubuntu1604-arm-qt 1.0 efeb4214cfc4 13 hours ago 7.05GB hello-world latest fce289e99eb9 7 months ago 1.84kB The above Docker renaming image name and TAG operation is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Introduction to several ways to introduce CSS in HTML
>>: Detailed explanation of Vue development Sort component code
Table of contents 1. Reasons for index failure 2....
Since I have parsed HTML before, I want to use Vu...
Table of contents Preface Main implementation cod...
This article shares the specific code for impleme...
Installing XML extension in PHP Linux 1. Enter th...
Table of contents 1. Detailed explanation of MySQ...
MySQL 5.5 installation and configuration method g...
Problem Description When filter attribute is used...
Preparation 1. Environmental Description: Operati...
<textarea></textarea> is used to crea...
When using MySQL, we often sort and query a field...
To solve the problem that Deepin cannot start Goo...
Install the latest stable version of MySQL on Lin...
<br />Question: Why is it not recommended to...
Table of contents mapState mapGetters mapMutation...