LoginSignup
0
2

More than 5 years have passed since last update.

リモートからXのアプリを使えるマシンを Vagrant で作る

Posted at

概要

リモートからXのアプリを使える仮想マシンを Vagrant で作りたい。

まとめ

xauthを忘れずにいれる

実際

準備と起動

vagrant init bento/ubuntu-16.04
vagrant up

必要なソフトを入れる

ssh -p 2222 vagrant@localhost sudo apt-get update
ssh -p 2222 vagrant@localhost sudo apt-get install xauth x11-apps

x11-apps は、確認用

確認

ssh -p 2222 -AY vagrant@localhost xclock
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2