Handle a local network Docker registry for CI & stuff

theenglishway (time) b6d611403d Initial commit 7 anni fa
http-insecure b6d611403d Initial commit 7 anni fa
.gitignore b6d611403d Initial commit 7 anni fa
README.md b6d611403d Initial commit 7 anni fa

README.md

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