LoginSignup
29
29

More than 5 years have passed since last update.

dockerでGUIアプリを動かしてみた

Posted at

以下のページを参照したらできた。

ただし、試した環境(ホスト:CentOS6.6、コンテナ:Amazon Linux AMI release 2014.09)では記事中の方法はうまくいかずコメントに書いてある以下のような方法でうまくいった。

$ docker run -it --rm -e DISPLAY --net=host -v ~/.Xauthority:/root/.Xauthority [image] /usr/local/bin/firefox
29
29
4

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
29
29