From Fedora Project Wiki

No edit summary
(No difference)

Revision as of 09:53, 10 September 2014

Description

Create a new Docker image with Cockpit

Setup

Open Cockpit in your browser as described here.

Make sure you have completed this test case successfully.

How to test

  1. Login as "root"
  2. Navigate to the "fedora" container.
  3. Install some missing package into the container with "yum", maybe "yum install emacs".
  4. Stop the container.
  5. Commit it as a new image.
  6. Run the new image. Make sure it has a terminal.
  7. Use the terminal of the new container and verify that the installed package is there.

Expected Results

No errors should occur.