1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Docker コンテナ上でGUIアプリケーションを動かす

Last updated at Posted at 2021-01-18

LinuxMint-21.0 Docker-20.10.12 ubuntu(22.04)

目的

Docker上でテキストエディタなどのGUIアプリケーションを動かせ事のできる環境を構築します。

下記に関しては記載しません。

  • docker, docker-compose を導入する

Docker imageの作成

  1. GitHub から、ダウンロード
  2. build.sh を実行

作成されるイメージ

  • sabotagecla6/ubuntu_ui:jp
    • x11 forward可能な、日本語の使えるイメージ
  • sabotagecla6/ubuntu_ui:latest
    • x11 forward可能イメージ
  • sabotagecla6/ubuntu_base:latest
    • ubuntuイメージにbash-completionの設定を変更し、apt install などの補完が有効になるようにしたイメージ

実行する

例として、geditを実行するためのイメージを作成して実行します。

TODO:後ほど記載する

関連記事

Docker上でVSCodeを動かす

1
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?