official fedora image for docker available

Kashyap Chamarthy kchamart at redhat.com
Sat Jan 4 11:36:13 UTC 2014


On 01/03/2014 10:46 PM, Lokesh Mandvekar wrote:
> The official (unprefixed) fedora image for docker is now available here:
> https://index.docker.io/_/fedora/
> 
> It has fedora 20 (via tags 20, heisenbug and latest) and rawhide.

When cross-posting to lists like fedora-devel (where a broad range
of topics get discussed), it's useful to add some more *context* on
how to use/or a URL to usage for people who don't interact with
Docker on a daily basis. The URL you posted doesn't have an actual
image! It's merely contains a command to pull the image once you have
Docker installed, enabled the service, etc.

  $ sudo yum install docker-io
  $ sudo systemctl enable docker.service
  $ sudo systemctl start docker.serivce
  $ sudo docker pull fedora


(And, as others noted on the list - it's useful to double-check with
 rel-eng  before announcing anything as 'official')


/kashyap


More information about the devel mailing list