LaravelやLumenでphp artisan migrateを実行したとき次のようなエラーが出ることがある
# php artisan migrate
Illuminate\Database\QueryException
could not find driver (SQL: select * from information_schema.tables where table_schema = db_name and table_name = migrations and table_type = 'BASE TABLE')
対処法
pdo_mysqlなどを入れる
# docker-php-ext-install pdo_mysql