Handle LAN Docker-registry with various setups
Docker image dolphm/network-tools can be used to check
connectivity from other containers
API calls
Check that the insecure HTTP server is up and running :
curl <host-machine-name>:5000/v2/
Useful stuff
- Stuff handled by docker-compose (networks, volumes, ..) is by default named
after the root directory
- When a Docker network is setup, the IP address returned for
.local changes from 192.168.x.x to the address of the local Docker
network.
## Documentation