在Docker裡面打docker run – – help,即可查看所有docker run指令
-a
-c
-d
Run container in background and print container ID
-e
設定環境變數
-h
-i
Keep STDIN open even if not attached,通常與 -t 並併用
-l
-m
-p
指定port,格式 : localhost_port:container_port ; 若使用-P則為container port隨機對到localhost port
-q
-t
Allocate a pseudo-TTY,通常與 -i 並併用
-u
-v / –volume
綁定volume
-w
–name
幫container取名