#34 Incorrect instructions to get started with the container
Closed: Fixed 6 years ago Opened 6 years ago by gbraad.

Doing

$ docker pull registry.fedoraproject.org/f26-modular/boltron
$ docker run --rm -it f26-modular/boltron

can result in an error, because docker run --rm -it f26-modular/boltron can be assumed by docker to be docker.io/f26-modular/boltron. The error you will get is:

Unable to find image 'f26-modular/boltron:latest' locally
Trying to pull repository docker.io/f26-modular/boltron ... 
/usr/bin/docker-current: unauthorized: authentication required.
See '/usr/bin/docker-current run --help'.

Therefore, the instructions should be:

$ docker pull registry.fedoraproject.org/f26-modular/boltron
$ docker run --rm -it registry.fedoraproject.org/f26-modular/boltron

Very good point. Where did you get this $ docker run --rm -it f26-modular/boltron step from?

When I check the official announcement, I can see the correct command:

$ docker run --rm -it registry.fedoraproject.org/f26-modular/boltron

@ttomecek It was in the docs in this repo. Fixed now.

Fixed in git, not on website. @asamalik @nphilipp can we rebuild the website?

The issue also exists in the Walkthrough and UX Feedback form.

Get the testing environment (optional)
Boltron is delivered as a container image. Get it and 
run it by the following two commands:
$ docker pull registry.fedoraproject.org/f26-modular/boltron
$ docker run --rm -ti f26-modular/boltron
And you're ready to go!

I believe, @asamalik owns that feedback form and only he can fix it there. Adam, please?

Metadata Update from @igulina:
- Issue assigned to asamalik

6 years ago

Sorry, didn't get a notification. Fixed in the form.

Metadata Update from @asamalik:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata