- docker build -t [image name]:[tag] .
- docker run -it -d --name [container name] [imagename]:[tag]
- docker exec -it [container name] /bin/bash
- apt-get install tmux
- $tmux
- attach to poc.py -> context.terminal = ["tmux","splitw","-h"]
- run poc.py in the tmux
-> apt-get install tmux로 tmux설치
-> poc.py에 context.terminal = ["tmux","splitw","-h"] 추가
-> tmux실행
-> tmux를 실행하여 들어온 상태로 poc.py 실행
-> 창을 전환하는 방법 : ctrl + b를 누르고 땐 후 방향키를 통하여 조작