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 the "httpd" package into the container with "yum install httpd".
- Stop the container.
- Commit it as a new image.
- Run the new image. Make sure it has a terminal. Map the container port 80 to any host port you like.
- Point your browser at the port on your machine.
Expected Results
No errors should occur.