Hey Community,
it seems, that something went wrong with the Docker Image, provided via Github. (Could that depend on the updated version yesterday?)
I did configured the Docker Terminal commands and get the following message
docker run --net=xwiki-nw --name mysql-xwiki -v /Library/DockerImages/mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=XXXXX -e MYSQL_USER=xwiki -e MYSQL_PASSWORD=XXXXX -e MYSQL_DATABASE=xwiki -d mysql:5.7 --character-set-server=utf8 --collation-server=utf8_bin --explicit-defaults-for-timestamp=1
Unable to find image ‘mysql:5.7’ locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/library/mysql/manifests/5.7: unauthorized: incorrect username or password.
See ‘docker run --help’.
When I copy paste the URL into the Browser, I do get the following message
{“errors”:[{“code”:“UNAUTHORIZED”,“message”:“authentication required”,“detail”:[{“Type”:“repository”,“Class”:“”,“Name”:“library/mysql”,“Action”:“pull”}]}]}
Any Idea, what went wrong?
Thanks a lot for the help
Holger