cropse

Docker cheat sheet 2017- 3-24


這是我自己整理的docker cheatsheet,總之就是一邊用一邊更新自己使用過的指令

Useage:

docker [option] {Command}

背景執行請用 -it -d, 這樣後面就可以用logs去查背景輸出

Command:

  • inspect {container_id} looking for detail , json form
  • logs {container_id} inquery process log in background
  • ps inquery running container
    • -a : all ...

Tag: docker

View