Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Added more details
Browse files Browse the repository at this point in the history
  • Loading branch information
trishnaguha committed Oct 13, 2016
1 parent c6cb334 commit 87f14f8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/dockerimage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ However, users are going to interact with Docker images somewhat differently tha

To put it another way, when a user/developer does ``docker pull fedora`` they will assume that the image is ready to use and does not require a round of updates before it is usable to deploy/work with.

Pull The Image
--------------

``docker pull fedora``

Start Container
---------------

``docker run -it fedora /bin/bash``

Current set of Packages Available in Fedora Docker Image
--------------------------------------------------------

Expand Down Expand Up @@ -183,3 +193,8 @@ Latest Fedora Docker Image now has **163 packages** installed.
dnf-yum-1.1.9-2.fc24.noarch
sssd-client-1.13.4-3.fc24.x86_64
vim-minimal-7.4.1718-1.fc24.x86_64
**Further Reading:**

- `https://fedoramagazine.org/container-technologies-fedora-docker <https://fedoramagazine.org/container-technologies-fedora-docker/>`_.
- `https://docs.docker.com <https://docs.docker.com/>`_.

0 comments on commit 87f14f8

Please sign in to comment.