1
0

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 3 years have passed since last update.

データサイエンス100本ノックの為の Windows Docker 環境構築

Last updated at Posted at 2021-06-14

Windows Docker 環境構築

環境構築出来たのでここに記しておきます。

僕は最初、anacondaのJupiternotebookで起動しようとして動かず困っていました(笑)
Docker等を使わないとダメなんですねー

手順

①100knocks-preprocessのダウンロード。
②Dockerのダウンロード、インストール。
③Windows 10 用 Windows Subsystem for Linux のインストール。
④Dockerでデータベース構築。

①100knocks-preprocessのダウンロード

ダウンロードして任意の場所に解凍。

②Dockerのインストールダウンロード

会員登録しないとダウンロード出来ないかもしれません。

③Windows 10 用 Windows Subsystem for Linux のインストール

ここと同じようにやりました。

①管理者として実行。

コマンドプロンプト
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

②管理者として実行。

コマンドプロンプト
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

③x64 マシン用 WSL2 Linux カーネル更新プログラム パッケージ
 ダウンロード、インストール。

④Dockerでデータベース構築

①Docker起動。
②チュートリアルが開始されコピーしながら各種インストール。
③cd で 100knocks-preprocessに移動して実行。

コマンドプロンプト
docker-compose up -d --build

④ブラウザでhttp://localhost:8888に飛ぶ。

chrome等
http://localhost:8888

このように表示されるはず
workをダブルクリックで開くとファイルが出てきます。
jupiter.png

まとめ

Dockerの環境構築はいろいろな記事を見させて頂いて勉強になりました。
この手順で動作できることを祈っています。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?