The docker images here are configured to be deployed to a docker registry running locally. This can be started by:
If you’re feeling brave: docker run -d -p 5000:5000 --restart=always --name registry registry:2.7.1
It is assumed that the registry will be available at http://localhost:5000.