Stream the contents of a container as a tar archive # 导出容器的内容流作为一个 tar归档文件[对应 import ] history Show the history of an image # 展示一个镜像形成历史 images List images # 列出系统当前镜像 import Create a new filesystem image from the contents of a tarball # 从tar包中的内...
Home/Reference/CLI reference/docker/docker image/docker image ls DescriptionList images Usagedocker image ls [OPTIONS] [REPOSITORY[:TAG]] Aliases docker image listdocker images Description The defaultdocker imageswill show all top level images, their repository and tags, and their size. ...
export Stream the contents of a container as a tar archive # 导出容器的内容流作为一个 tar 归档文件[对应 import ] history Show the history of an image # 展示一个镜像形成历史 images List images # 列出系统当前镜像 import Create a new filesystem image from the contents of a tarball # 从tar...
(version name) are appropriate aliases for the same image contents. In Docker, thelatesttag is a special case, but it's a bit of a misnomer;latestreally is the "default" tag. When one doesdocker run xyz, Docker interprets that to meandocker run xyz:latest. Given that background, no ...
history Show the history of an image # 展示一个镜像形成历史 images List images #列出系统当前的镜像 import Import the contents from a tarball to create a filesystem image #从tar包中导入内容创建一个文件系统镜像 info Display system-wide information # 显示全系统信息 ...
[对应import] history Show the history of an image # 展示一个镜像形成历史 images List images #列出系统当前的镜像 import Import the contents from a tarball to create a filesystem image #从tar包中导入内容创建一个文件系统镜像 info Display system-wide information # 显示全系统信息 inspect Return ...
How to get a list of images on docker registry v2 For the latest (as of 2015-07-31) version of Registry V2, you can get this image from DockerHub: docker pull distribution/registry:master List all repositories (effectively images): curl -X GET https://myregistry:5000/v2/_catalog > ...
Get a debug shell into any container or image with the new docker debug command (Beta). Organization admins, with a Docker Business subscription, can now configure a custom list of extensions with Private Extensions Marketplace enabled (Beta) ...
docker run -ti 6cb913a34ae3 /bin/bash #远程进入image文件;exit退出 docker rmi -f b54d6e186ef4 #远程删除image docker rmi -rf b54d6e186ef4 docker build -t dvm.adsplatformproxy:v1.0.0 . #build images docker run -e WWNamespace=dev -e ZKServerAddress=*** -p 6000:80 6cb913a34ae3 ...
export Stream the contents of a container as a tar archive 导出容器的内容流作为一个 tar 归档文件[对应 import ] history Show the history of an image 展示一个镜像形成历史 images List images 列出系统当前镜像 import Create a new filesystem image from the contents of a tarball 从tar包中的内容创...