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?

macでdockerを動かすに当たって自分用のメモ書き

Posted at

docker の前に必要なこと

  • 会社でも利用できるようにDocker Desktopなしでのdocker環境を用意
    (ライセンス的な話で必ずdocker decktopが使えるわけでもないので)
  • ついつい docker start って書いてしまう自分への戒め

colima

  • mac でdockerを動かすに当たって colima を利用
  • インストールについては後述
# 起動
colima start

# 状態
colima status

# 停止
colima stop
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?