728x90
728x90
728x90

-d ->detached mode

-p port1:port2 -> port1으로 받으면 container 내에 port2 service로 접속할 수 있게 설정

-e "STH" -> environment variable 설정

-v: host_dir:container_dir -> host_dir를 container_dir로 mount

-c "CMDs" -> docker 내부에서 commands를 실행하면서 켜짐

 

728x90

'CS' 카테고리의 다른 글

(미완)[Elasticsearch]특징  (0) 2020.10.29
Inverted index 이해하기  (0) 2020.10.29
(미완)Ubuntu 명령어 정리  (0) 2020.10.21
[Numpy] np.vectorize는 사용하지 말자.  (0) 2020.10.20
[Numpy]np.select  (0) 2020.10.19
728x90

mkdir:make directory

  -p:parent 경로가 필요하다면 같이 만듦

 

tree:현재 경로 내 하위 폴더들의 tree 구조를 보여줌

 

728x90

'CS' 카테고리의 다른 글

Inverted index 이해하기  (0) 2020.10.29
(미완)[Docker] option 정리  (0) 2020.10.21
[Numpy] np.vectorize는 사용하지 말자.  (0) 2020.10.20
[Numpy]np.select  (0) 2020.10.19
[Algorithm]백준, 14888, 연산자 끼워넣기  (0) 2020.10.16

+ Recent posts