same of title
I build a docker proxy;
it worked.but it only can pull the tag like “mariadb/maxscale”,I want pull ‘mariadb’,it toast ‘manifest unknow’
how to fix it;
I use the commond “sudo docker pull host/mariadb”
I try these commond, not work
sudo docker pull host//mariadb
sudo docker pull host/’mariadb’
sudo docker pull host/mariadb/