0
1

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.

Rancher Desktop を利用する方法(Docker Desktop の代替ツール)

Last updated at Posted at 2022-11-09

まずは公式サイトにアクセスする。

利用環境に合わせてアプリケーションをダウンロードする
image.png

ダウンロードしたらアプリケーションを起動する(画像はMacの場合)
image.png

起動をしたら右上の歯車ボタンを押して「dockerd」にチェックする。

  • dockerd: 今まで通り docker ps とかで docker を操作したい場合
  • containerd: Kubernetesのコンテナランタイムを利用する方向け。nerdctl 〜 コマンドで操作するみたい。今後はこちらが標準になる動きがあるとかないとか
    image.png

これでOK。

docker-compose が入っていなかった場合(Macの場合)

# インストール
$ brew install docker-compose
$ ln -sfn /usr/local/opt/docker-compose/bin/docker-compose /usr/local/bin/docker-compose

# 動作確認
$ git clone https://gitlab.com/gitlab-de/docker-hub-limit-exporter.git
$ cd docker-hub-limit-exporter/example/docker-compose

$ docker-compose up -d
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?