docker

created : Tue, 07 Apr 2020 20:34:43 +0900
modified : Sat, 27 Jun 2020 15:20:57 +0900
tool docker

-d : detached mode (background mode)

-p : port forwarding from host port to container

-v : mount host directory

-name : configure container name

-rm : remove automatically when process terminated

-it : -i + -t ⇒ interactive terminal

-link : container link