I am working through the iron.io getting started guide here: http://dev.iron.io/worker/getting_started/
I am at the step:
Push it to Docker Hub and register your image with Iron:
docker push USERNAME/hello:0.0.1
iron register USERNAME/hello:0.0.1
The docker push command works as intended, but when I run iron register USERNAME/hello:0.0.1 I get the following response:
-----> Configuring client
Project '' with id='5af78**********9198850e'
-----> Registering worker 'USERNAME/hello:0.0.1'
404 Not Found: Endpoint not found
Why it is returning 404 Not Found?
I notice that the project name is not written in the command line response, I think it could be related but I don't know where to update that.
Looks like you don't have credentials configured.
There is a
Before you beginsection on theGetting startedpage with a link to Setup your Iron.io credentialsYou need to have a proper
iron.jsonfile or setup environment variables to set a project and a token.