I use Docker toolbox for windows and i`m trying run private docker registry from this documentation https://docs.docker.com/registry/deploying/
But it`s not work for me.
Looks like you haven't set the Docker Daemon right. Notice these few lines:
Insecure Registries: 127.0.0.0/8
Try to add this line to Docker's daemon.json file and restart the Docker Daemon:
daemon.json
"insecure-registries":["192.168.99.100:5000"]