Docker コマンド集

Bash

# ymlファイルを使ってコンテナ作成
docker compose up -d

# コンテナにログイン
docker exec -it 「コンテナ名」 /bin/bash

投稿者プロフィール

TakaharaRyuji
PAGE TOP