For example
DOCKER_REGISTRY_AUTH_HOST=localhost:5001
BULLSEYE_WEB_URL=http://localhost:3000
BULLSEYE_API_AUTH_TOKEN="please set auth token"
BULLSEYE_RUNNER_NOTIFICATION_URL=http://localhost:8081/images
$ ./generate-sample-certs.sh
$ docker-compose up
docker login localhost:5000
docker tag <image_name_to_push> localhost:5000/<username>/<image_name_to_push_on_remote>
docker push localhost:5000/<username>/<image_name_to_push_on_remote>