사용자 도구

사이트 도구


xserver

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
xserver [2020/06/09 08:57] rex8312xserver [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1
줄 13: 줄 13:
  
   * 테스트   * 테스트
-    * "glxgears"+ 
 +<code bash> 
 +sudo apt install mesa-utils 
 +glxgears 
 +</code>
  
  
줄 28: 줄 32:
  
   * https://virtualizationreview.com/articles/2017/02/08/graphical-programs-on-windows-subsystem-on-linux.aspx   * https://virtualizationreview.com/articles/2017/02/08/graphical-programs-on-windows-subsystem-on-linux.aspx
- 
   * https://github.com/Unity-Technologies/obstacle-tower-env/blob/master/examples/gcp_training.md   * https://github.com/Unity-Technologies/obstacle-tower-env/blob/master/examples/gcp_training.md
 +
 +
 +===== 원격 서버에 있는 docker 컨테이너 안에서 GUI 어플리케이션 실행 =====
 +
 +<code bash>
 +docker run -it --rm -v `pwd`:/mnt --cpus=64 --gpus=all --net=host -v $HOME/.Xauthority:/root/.Xauthority:rw -e DISPLAY --device /dev/dri --name {컨테이너 이름} {컨테이너 이름}
 +</code>
 +
 +  * https://dzone.com/articles/docker-x11-client-via-ssh
xserver.1591693060.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)