Docker命令列表

2022-04-07 14:39:18 字數 1160 閱讀 8660

docker run [options]image [command][arg...]

docker start [options]container [container...]

docker kill [options]container [container...]

(-t日誌新增時間戳  -f跟蹤日誌變動 --tail n/all從倒數n條處列印)

(-a 作者 -m 注釋 )

(options說明:

--build-arg= :設定映象建立時的變數;

--cpu-shares :設定 cpu 使用權重;

--cpu-period :限制 cpu cfs週期;

--cpu-quota :限制 cpu cfs配額;

--cpuset-cpus :指定使用的cpu id;

--cpuset-mems :指定使用的記憶體 id;

--disable-content-trust :忽略校驗,預設開啟;

-f :指定要使用的dockerfile路徑;

--force-rm :設定映象過程中刪除中間容器;

--isolation :使用容器隔離技術;

--label= :設定映象使用的元資料;

-m :設定記憶體最大值;

--memory-swap :設定swap的最大值為記憶體+swap,"-1"表示不限swap;

--no-cache :建立映象的過程不使用快取;

--pull :嘗試去更新映象的新版本;

-q :安靜模式,成功後只輸出映象id;

--rm :設定映象成功後刪除中間容器;

--shm-size :設定/dev/shm的大小,預設值是64m;

--ulimit :ulimit配置

docker load -i tar.tar #映象恢復

-o :輸出到的檔案)

docker export -o path_to_export_file container

[注]docker命令是可以巢狀的,如 docker rmi $(docker images -q ubuntu)是刪除ubuntu倉庫中的所有映象

Docker命令列表

docker run options image command arg.docker start options container container.docker kill options container container.t日誌新增時間戳 f跟蹤日誌變動 tail n all從倒數n條...

Docker命令列安裝Shipyard

curl ssl bash s 自動部署指令碼中,包括以下引數 discovery 集群系統採用swarm進行採集和管理 在節點管理中可以使用 node image 映象,預設使用shipyard的映象 prefix 容器名字的字首 shipyard args 容器的常用引數 tls cert pa...

VIM命令列表

移動游標 上 k nk 向上移動n行 9999k或gg可以移到第一行 g移到最後一行 下 j nj 向下移動n行 左 h nh 向左移動n列 右 l nl 向右移動n列 w 游標以單詞向前移動 nw 游標向前移動n個單詞 游標到單詞的第乙個字母上 b 與w相反 e 游標以單詞向前移動 ne 游標向前...