From Fedora Project Wiki
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
- Login as "root"
- Navigate to the "fedora" container.
- Install some missing package into the container with "yum", maybe "yum install emacs".
- Stop the container.
- Commit it as a new image.
- Run the new image. Make sure it has a terminal.
- Use the terminal of the new container and verify that the installed package is there.
Expected Results
No errors should occur.