From Fedora Project Wiki

No edit summary
No edit summary
Line 10: Line 10:
# Create a new container by running the image.  Make sure it has a terminal.
# Create a new container by running the image.  Make sure it has a terminal.
# Type some commands into the container terminal.
# Type some commands into the container terminal.
# Monitor the memory and CPU usage of the container.
|results=
|results=
No errors should occur.
No errors should occur.
}}
}}

Revision as of 09:49, 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.
  6. Monitor the memory and CPU usage of the container.

Expected Results

No errors should occur.