0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

podmanコマンドでエラー:Error: loading "/home/almalinux/.local/share/containers/storage/overlay-images/images.json":

Posted at

状況

  • podmanを利用してコンテナ開発をしていたが、再起動後下記のエラーでpodmanコマンドがどれも動かなくなった
$ podman stats
Error: loading "/home/almalinux/.local/share/containers/storage/overlay-images/images.json": []*storage.Image: decode slice: expect [ or n, but found i, error found in #1 byte of ...|i�B�Z�W�|..., bigger context ...|i�B�Z�W��W�r��}'�+�����B�hPL)� ӣ@r��7�r<�����|...

環境

  • AlmaLinux 9.4
  • Raspberry Pi5
  • podman version 4.9.4-rhel

解決策

  • 下記コマンド実行後、とりあえず動くようになった
    $ sudo rm -rf /home/almalinux/.local/share/containers/storage
    

(原因、適切な対処だったかどうかは不明だがとりあえず様子見中。何かわかれば追記します。)

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?