docker

dockerでmysqlにリストア

backham
dockerコンテナにダンプファイルをコピー `` docker cp dump.sql コンテナ名:/tmp/dump.sql コンテナに接続する `` docker exec -it コンテナ名 bash 権限を変更 ``