LoginSignup
0
1

More than 3 years have passed since last update.

Docker Desktop for WSL 2でApache Supersetを動かす:後編

Posted at

環境

Windows 10 (build 19041.173)
※2020/4/11時点では、Windows Insider Preview経由でのみ入手可能
入手方法については下記のリンクを参考にしてください
https://news.mynavi.jp/article/20200228-983293/
WSL2
下記のリンクを参考にインストールしてください
[WSL2入れてみた] https://qiita.com/TsuyoshiUshio@github/items/947301bd9317610572fc
Python 3.6.9
Docker desktop 2.2.0.5

インストール手順

1.Docker for WindowsのSettingで"Enable the experimental WSL 2 based engine"をチェックする
image.png

2.Apache SupersetをGit Cloneする

git clone https://github.com/apache/incubator-superset/

3.Cloneしたディレクトリに行き、docker-compose upで起動

cd incubator-superset
docker-compose up

redisなど様々なイメージが立ち上がってきます。このプロセスには数分かかります。
image.png

4.http://127.0.0.1:8088/ にブラウザからアクセスする
image.png

5.画面上、Dashboardsからすでに色々なビルトインのダッシュボードが見れる
image.png

以上、Docker Desktop for WSL2環境でApache Supersetを動かすことができました。

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