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

Dockerを使用したRails開発 ダウンロード編(仮想環境の準備 Mac用)

Posted at

##初めに
この度はRails5でテストアプリ開発のため仮想環境を「Docker」で準備し制作を進めることにしました。
Dockerを使用するのがはじめてだったので忘却録をこちらに記録します。

#マシンスペック
・macOS Catalina
・バージョン 10.15.4
・iMac(retina 4K, 21.5-inch,2019)
・プロセッサ 3 GHz 6コアIntel Core i5
・メモリ 8GB

##Dockerのダウンロード

①Dockerのサイトをブラウザで開き、アカウントを取得してください。

(公式サイト)
Docker_1.png
https://www.docker.com

(アカウント取得先アドレス)
https://hub.docker.com/signup

①Dockerのインストール
Docker_2.png
https://www.docker.com/get-started
こちらの「Mac」を選択してインストールしてください。

ダウンロード後は、ドラックアンドドロップで「Applications」に保存します。

③バージョン番号を確認する

「ターミナル」を使用して以下のコマンドを入力してください。

docker version
Docker_3.png

docker-compose version
Docker_4.png

以上がDockerのダウンロードでした。

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