标签:容器相关的结果89条:
Usage: dockerinspect[OPTIONS]CONTAINER|IMAGE|TASK[CONTAINER|IMAGE|TASK...] Returnlow-levelinformationonacontainer,imageortask -f,--format Formattheoutputusingthegivengotemplate --help Printu…
发布于:2019-11-19 15:58:21
Usage: dockercommit[OPTIONS]CONTAINER[REPOSITORY[:TAG]] Createanewimagefromacontainer'schanges Options: -a,--authorstring Author(e.g.,"JohnHannibalSmith<hannibal@a-team.com>") -c,--changevalue …
发布于:2019-11-19 15:42:19
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: 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
Usage: dockerportCONTAINER[PRIVATE_PORT[/PROTO]] Listportmappingsoraspecificmappingforthecontainer Options: --help Printusagedockerport用来找出容器所有的端口映射,或指定一个端口的映射关系。例如:$dockerpsCONTAINERID IMAGE …
发布于:2019-11-19 10:51:48
Usage:dockerps[OPTIONS] Listcontainers Options: -a,--all Showallcontainers(defaultshowsjustrunning) -f,--filtervalue Filteroutputbasedonconditionsprovided(default[]) -exited=<int…
发布于:2019-11-19 10:29:48
Usage: dockerrm[OPTIONS]CONTAINER[CONTAINER...] Removeoneormorecontainers Options: -f,--force Forcetheremovalofarunningcontainer(usesSIGKILL) --help Printusage -l,--link Removethespecifiedlin…
发布于:2019-11-19 10:07:02
Usage: dockerstats[OPTIONS][CONTAINER...] Displayalivestreamofcontainer(s)resourceusagestatistics Options: -a,--all Showallcontainers(defaultshowsjustrunning) --help Printusage --no-strea…
发布于:2019-11-19 09:41:26
Usage: dockerupdate[OPTIONS]CONTAINER[CONTAINER...] Updateconfigurationofoneormorecontainers Options: --blkio-weightvalue BlockIO(relativeweight),between10and1000 --cpu-periodint Limit…
发布于:2019-11-19 09:21:30
Usage: dockernetworkconnect[OPTIONS]NETWORKCONTAINER Connectacontainertoanetwork Options: --aliasvalue Addnetwork-scopedaliasforthecontainer(default[]) --help Printusage --ipstri…
发布于:2019-11-19 08:55:12