From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
# Navigate to "Services" page. | # Navigate to "Services" page. | ||
# Switch to the "Sockets" tab. | # Switch to the "Sockets" tab. | ||
# Find the "docker.socket" unit and start it. | # Find the "docker.socket" unit and start it if neccessary. | ||
# Optionally, you can also "enable" the unit so that it starts after every boot. | # Optionally, you can also "enable" the unit so that it starts after every boot. | ||
Revision as of 08:35, 11 September 2014
Description
Download and run a Docker image with Cockpit
Setup
Open Cockpit in your browser as described here.
Make sure that Docker is active by following these steps inside Cockpit:
- Navigate to "Services" page.
- Switch to the "Sockets" tab.
- Find the "docker.socket" unit and start it if neccessary.
- Optionally, you can also "enable" the unit so that it starts after every boot.
Alternatively, you can run these commands in a shell:
# systemctl start docker.socket # systemctl enable docker.socket
How to test
- 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.