Hello,
I use Manjaro Linux 18 Illyria and Linux Kernel 4.14.
I have followed the tutorial How to set up a WordPress cluster using Docker and Google Cloud Platform by Pascal Casteran.
wgcloudocker;wgcloudocker;gcsfuse --dir-mode "777" -o allow_other wgcloudocker /mnt/wp-uploads and it was successfull/var/www/html/wp-content/uploads;gusbemacbe/custom-wordpress. I ran docker login. docker run -v /mnt/wp-uploads:/var/www/html/wp-content/uploads -p 80:80 gusbemacbe/custom-wordpress. But I have received an error:Unable to find image 'gusbemacbe/custom-wordpress:latest' locally
docker: Error response from daemon: manifest for gusbemacbe/custom-wordpress:latest not found.
See 'docker run --help'.
Then I also tried to run docker pull gusbemacbe/custom-wordpress and got an error:
Using default tag: latest
Error response from daemon: manifest for gusbemacbe/custom-wordpress:latest not found
Gustavo Benedito Costa
Deaf-born, computer science student and language lover
j
stuff ;)
did you login to docker.io ?
it worked for me
sudo docker pull gusbemacbe/custom-wordpressso are your ports open? can you ping the repository mirror? :)