0
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?

More than 5 years have passed since last update.

Dockerでfailed to get keyring during saving token, operation not permittedが出たら

Posted at
  1. keyctlがインストールされていない。apt install keyutils
  2. dockerの初期設定でkeyutilsが無効になっている。docker run --rm -it --security-opt seccomp=unconfined debian:jessie \ unshare --map-root-user --user sh -c whoami

参考
https://docs.docker.com/engine/security/seccomp/
https://github.com/Azure/azure-storage-azcopy/issues/193

0
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
0
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?