From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description= Download and run a Docker image with Cockpit |setup= Open Cockpit in your browser as described here...")
 
No edit summary
Line 6: Line 6:
|actions=
|actions=
# Login as "root"
# Login as "root"
# Make sure that Docker is running with these steps:
## Navigate to the "Services" page.
## Find the "docker.service" entry.
## Start it.
## Observe the service journal and verify that it has started.
# Navigate to the "Containers" page.
# Navigate to the "Containers" page.
# Download the "fedora" image.
# Download the "fedora" image.

Revision as of 09:27, 10 September 2014

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. Navigate to the "Containers" page.
  3. Download the "fedora" image.
  4. Create a new container by running the image. Make sure it has a terminal.
  5. Type some commands into the container terminal.

Expected Results

No errors should occur.