From Fedora Project Wiki

No edit summary
Line 7: Line 7:
Make sure you have completed [[QA:Testcase Cockpit DockerImage|this test case]] successfully.
Make sure you have completed [[QA:Testcase Cockpit DockerImage|this test case]] successfully.
|actions=
|actions=
# Login as "root"
# Navigate to the "fedora" container.
# Navigate to the "fedora" container.
# Install some missing package into the container with "yum", maybe "yum install emacs".
# Install some missing package into the container with "yum", maybe "yum install emacs".

Revision as of 10:11, 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. Navigate to the "fedora" container.
  2. Install some missing package into the container with "yum", maybe "yum install emacs".
  3. Stop the container.
  4. Commit it as a new image.
  5. Run the new image. Make sure it has a terminal.
  6. Use the terminal of the new container and verify that the installed package is there.

Expected Results

No errors should occur.