From Fedora Project Wiki

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

Description

Download and run a Docker image with Cockpit

Setup

Open Cockpit in your browser as described here.

How to test

  1. Login as "root"
  2. Make sure that Docker is running with these steps:
    1. Navigate to the "Services" page.
    2. Find the "docker.service" entry.
    3. Start it.
    4. Observe the service journal and verify that it has started.
  3. Navigate to the "Containers" page.
  4. Download the "fedora" image.
  5. Create a new container by running the image. Make sure it has a terminal.
  6. Type some commands into the container terminal.

Expected Results

No errors should occur.