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開発 Railsコンテナへのログイン (仮想環境の準備 Mac用)

Posted at

##初めに
制作するにあたって
「Doclerコンテナ」と「操作コンテナ」の2種類に分けてコンテナへログインして行きたいと思います。

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

#操作コンテナへログイン

以下のコマンドを起動します。
起動時には操作するフォルダーの中で起動させないとエラーになるので、ルーディングを気をるけてください。

docker-compose exec web bash

エラーなく進みましたら、ここでRailsのバージョンを確認してください。

rails --version

##コンテナからのログアウト
ログアウトは以下のコマンドを実行します。

exit

以上が、コンテナへのログインでした。
閲覧いただき、ありがとうございます。

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?