#20 getfedora: docker page has wrong instructions
Closed: Fixed None Opened 7 years ago by dustymabe.

Copied from: https://fedorahosted.org/fedora-websites/ticket/403

The docker page [1] tells the users to do a docker run on the wrong image name.

It should be:

docker run -it --rm fedora-docker-base-24-1.2.x86_64 bash

Can we get this updated?

[1] ​https://getfedora.org/cloud/download/docker.html


That's weird, we always had the image name, and also for F24 the name is uppercase:

http://dl.fedoraproject.org/pub/fedora/linux/releases/24/Docker/x86_64/images/

yeah the file name is correct.. but the tag that gets created is not correct. We had to change the tag in the image that gets generated by imagefactory because docker doesn't allow uppercase letters. see https://fedorahosted.org/cloud/ticket/131

Ok thank you. PR merged (and always welcome).

Cheers.

Login to comment on this ticket.

Metadata