1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

dockerでSQL Serverの立ち上げ時のエラー「SQL Server 2022 will run as non-root by default. This container is running as user mssql. Your master database file is owned by UNKNOWN.」に対応しました

1
Posted at

結論

パーミッション不足のため、設定する。

sudo chmod -R a+rwX /path-to-sql-data/

エラーメッセージ

SQL Server 2022 will run as non-root by default. This container is running as user mssql. Your master database file is owned by UNKNOWN.

(機械翻訳)
SQL Server 2022 はデフォルトで非ルート権限で実行されます。このコンテナはユーザー mssql で実行されています。マスターデータベースファイルの所有者は UNKNOWN です。

情報基

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?