본문 바로가기

DevOps/Docker

MacOS Docker Linux GUI

https://stackoverflow.com/questions/40658095/how-to-open-ubuntu-gui-inside-a-docker-image

 

How to open Ubuntu GUI inside a Docker image

I have downloaded the Ubuntu image inside Docker on Windows. I can run Ubuntu by: docker run -it ubuntu I only see root, but I don't see the Ubuntu GUI. How do I install or configure the GUI for...

stackoverflow.com

https://hanseokhyeon.tistory.com/entry/Mac-Docker-%EC%97%90%EC%84%9C-GUI-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-python-matplotlib-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0

 

Mac + Docker 에서 GUI 사용하기 (python matplotlib 사용하기)

모든 개발 환경을 Docker로 넘어가고 있는 시점에서 계속 난관에 봉착한다. 이번 난관은 바로 Mac + Docker + matplotlib다. 우선 Docker는 리눅스 서버이기 때문에 GUI가 없다. 말이 조금 이상한데 리눅스에

hanseokhyeon.tistory.com

socat

소캣을 리다이렉트 해주는 도구다

~ » socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"

XQuartz

macOS에서 돌아가는 X Window System이다. 

X Window

시스템은 주로 유닉스 계열 운영체제에서 사용되는 윈도우 시스템이다.

시스템은 GUI 환경의 구현을 위한 기본적인 프레임워크를 제공한다.

 

https://code.visualstudio.com/docs/remote/containers

https://code.visualstudio.com/docs/remote/containers-tutorial

 

 

 

'DevOps > Docker' 카테고리의 다른 글

Docker를 이용해 AWS EB에 Webapp 배포하기  (0) 2022.03.14
MacOS Docker-Ubuntu VSCode  (0) 2021.09.11
MacOS Docker Linux  (0) 2021.09.11