Maritime-Robotics-Student-Society / sailing-robot

Southampton sailing robot
http://www.sotonsailrobot.org
Other
87 stars 46 forks source link

Fix docker repository #233

Closed Nanoseb closed 6 years ago

Nanoseb commented 6 years ago

When trying to run docker pull jamak9/sailing-robot I get:

Error response from daemon: pull access denied for jamak9/sailing-robot, repository does not exist or may require 'docker login'

What can be done about this?

takluyver commented 6 years ago

All references to jamak9/sailing-robot should now be replaced with sotonsailbot/ros:indigo . If you use the scripts in utilities/docker/ they should already be using the new name.

Nanoseb commented 6 years ago

ok, I'll update the wiki then, thx

takluyver commented 6 years ago

PS the images are stored in the sotonsailrobot organisation on Docker Hub. Currently I'm the only member of the organisation, but I can add anyone else. You need to be a member to publish a new docker image to that tag (though you can always change the dockerfiles and build the image directly, with no need to push to Docker Hub).