标签:Docker相关的结果440条:
Usage: dockerhistory[OPTIONS]IMAGE Showthehistoryofanimage Options: --help Printusage -H,--human Printsizesanddatesinhumanreadableformat(defaulttrue) --no-trunc Don'ttruncateoutput -q,--qu…
发布于:2019-11-19 15:24:55
Usage: dockerimages[OPTIONS][REPOSITORY[:TAG]] Listimages Options: -a,--all Showallimages(defaulthidesintermediateimages) --digests Showdigests -f,--filtervalue Filteroutputbasedoncondit…
发布于:2019-11-19 15:21:26
Usage: dockerimport[OPTIONS]file|URL|-[REPOSITORY[:TAG]] Importthecontentsfromatarballtocreateafilesystemimage Options: -c,--changevalue ApplyDockerfileinstructiontothecreatedimage(default[]) --h…
发布于:2019-11-19 14:53:20
Usage: dockersave[OPTIONS]IMAGE[IMAGE...] Saveoneormoreimagestoatararchive(streamedtoSTDOUTbydefault) Options: --help Printusage -o,--outputstring Writetoafile,insteadofSTDOUT输出镜像tar数据流到标准输出。…
发布于:2019-11-19 14:31:56
Usage: dockerload[OPTIONS] LoadanimagefromatararchiveorSTDIN Options: --help Printusage -i,--inputstring Readfromtararchivefile,insteadofSTDIN. Thetarballmaybecompressedwithgzip,bz…
发布于:2019-11-19 14:08:04
Usage: dockerrmi[OPTIONS]IMAGE[IMAGE...] Removeoneormoreimages Options: -f,--force Forceremovaloftheimage --help Printusage --no-prune Donotdeleteuntaggedparents可以使用镜像的短和长ID,它的digest来删除它。如…
发布于:2019-11-19 13:46:53
Usage: dockertagIMAGE[:TAG]IMAGE[:TAG] Taganimageintoarepository Options: --help Printusage一个镜像名称由以斜杠分隔的名称组件组成,及可选的主机名前缀。主机名必须符合标准的DNS规则,不过不能包含下划线。如果名称存在主机名,可以在其后面加一个端口号,格式为:8080。没有不存在主机名,命令就使用默认的…
发布于:2019-11-19 13:35:04
Usage:dockerattach[OPTIONS]CONTAINER Attachtoarunningcontainer Options: --detach-keysstring Overridethekeysequencefordetachingacontainer --help Printusage --no-stdin Donotattac…
发布于:2019-11-19 13:21:45
Usage: dockercp[OPTIONS]CONTAINER:SRC_PATHDEST_PATH|- dockercp[OPTIONS]SRC_PATH|-CONTAINER:DEST_PATH Copyfiles/foldersbetweenacontainerandthelocalfilesystem Use'-'asthesourcetoreadatararchivefroms…
发布于:2019-11-19 13:13:40
Usage: dockerdiffCONTAINER Inspectchangesonacontainer'sfilesystem Options: --help Printusage列出在容器的文件系统更改的文件和目录。此命令将列出三类事件:1.A–Add2.D–Delete3.C–Change例如:$dockerdiff7bb0e258aefe C/devA/dev/kmsgC/etc…
发布于:2019-11-19 13:04:06
Usage: dockerevents[OPTIONS] Getrealtimeeventsfromtheserver Options: -f,--filtervalue Filteroutputbasedonconditionsprovided(default[]) --help Printusage --sincestring Showalleventscreated…
发布于:2019-11-19 12:46:00
Usage: dockerexec[OPTIONS]CONTAINERCOMMAND[ARG...] Runacommandinarunningcontainer -d,--detach Detachedmode:runcommandinthebackground --detach-keys Overridethekeysequencefordetachingacontainer …
发布于:2019-11-19 12:17:47
Usage: dockerexport[OPTIONS]CONTAINER Exportacontainer'sfilesystemasatararchive Options: --help Printusage -o,--outputstring Writetoafile,insteadofSTDOUTdockerexport命令不会导出与容器关联的数据卷内容。如果数据卷挂载在…
发布于:2019-11-19 11:50:29
Usage: dockerkill[OPTIONS]CONTAINER[CONTAINER...] Killoneormorerunningcontainers Options: --help Printusage -s,--signalstring Signaltosendtothecontainer(default"KILL")dockerkill命令将向容器内的主进程发送S…
发布于:2019-11-19 11:38:08
Usage: dockerlogs[OPTIONS]CONTAINER Fetchthelogsofacontainer Options: --details Showextradetailsprovidedtologs -f,--follow Followlogoutput --help Printusage --sincestring Showlog…
发布于:2019-11-19 11:18:10
Usage: dockerpauseCONTAINER[CONTAINER...] Pauseallprocesseswithinoneormorecontainers Options: --help Printusagedockerpause命令使用cgroupsfreezer挂起容器中的所有进程。传统上使用SIGSTOP信号来挂起一个进程,不过进程会察觉到挂起操作。使用cgroupsf…
发布于:2019-11-19 11:13:51