[도커 Firefox] Docker 컨테이너 환경에서 Firefox 에러
Docker 컨테이너 환경에서 firefox 에러 문제 [사전 조건] Docker 실행시 기본적으로 -e -v 옵션 사용 필수 (GUI 가능한 X11로) #sudo docker run -i -t --name [컨테이너] -w /root/ -e DISPLAY=$DISPLAY -v /tmp/.x11-unix --shm-size 2g --net=host [컨테이너 경로] [문제] Docker 컨테이너 환경에서 firefox 실행시 에러 발생 에러 문구 : No protocol specified Unable to init serer : Could not connect: Connection refused Error: cannot open display: :0 [해결] Host OS(우분투)에서 아래와 같이 수행 ..
[Tech] ICT 인프라/트러블슈팅
2020. 2. 25. 14:55