From Fedora Project Wiki

Revision as of 08:00, 10 September 2014 by Mvo (talk | contribs) (Created page with "{{QA/Test_Case |description= Create a new Docker image with Cockpit |setup= Open Cockpit in your browser as described here. Mak...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 the "httpd" package into the container with "yum install httpd".
  4. Stop the container.
  5. Commit it as a new image.
  6. Run the new image. Make sure it has a terminal. Map the container port 80 to any host port you like.
  7. Point your browser at the port on your machine.

Expected Results

No errors should occur.