1
0

M1 Macbook Airにてdockerで開発環境構築した際のメモ

Last updated at Posted at 2024-03-29

インストール方法

ビルド

docker pull した際に、ログインを求められることを知らず。

$ docker pull python3
Using default tag: latest
Error response from daemon: pull access denied for python3, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

docker login を実行

$ docker login
Authenticating with existing credentials...
Login Succeeded

docker compose up -d --build を実行

1
0
1

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