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?

はじめてのアドベントカレンダーAdvent Calendar 2023

Day 11

【Docker】GLIBCのバージョンが見つからない【WSL2】

Posted at

課題

Ubuntu 20.04.6 LTS(WSL2)でDockerコマンドを実行しようとしたところ下記メッセージが表示され、実行できなかった。

メッセージ内容

/mnt/wsl/docker-desktop/cli-tools/usr/bin/com.docker.cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /mnt/wsl/docker-desktop/cli-tools/usr/bin/com.docker.cli)

/mnt/wsl/docker-desktop/cli-tools/usr/bin/com.docker.cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /mnt/wsl/docker-desktop/cli-tools/usr/bin/com.docker.cli)

必要なGLIBCのバージョンが見つからないらしい。

実行失敗時のUbuntu バージョン

Ubuntu 20.04.6 LTS

解決策

Ubuntuのバージョンを変える
Ubuntu 22.04.3 LTS

できた!

docker --versionコマンドが通るようになった。

Docker version 24.0.7, build afdd53b
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?