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
- Login as "root"
- Navigate to the "Containers" page.
- Download the "fedora" image.
- Create a new container by running the image. Make sure it has a terminal.
- Type some commands into the container terminal.
- Monitor the memory and CPU usage of the container.
Expected Results
No errors should occur.