Search code examples
dockergoogle-compute-engine

/usr/bin/docker-current: missing signature key


I am trying to run the MySQL docker image using the below command

docker run -d --name mysqldb -p 3306:3306 -v db_data:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=password mysql:latest

However, it is failing with the error

/usr/bin/docker-current: missing signature key.

enter image description here

Does anyone have a suggestion?

docker --version Docker version 1.13.1, build 7d71120/1.13.1


Solution

  • old docker version, just use official repo

    [root@docker ~]# docker -v Docker version 26.0.0, build 2ae903e