Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829561 - app-containers/docker-20.10.9: openrc does not stop the daemon
Summary: app-containers/docker-20.10.9: openrc does not stop the daemon
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-18 11:22 UTC by Andrew
Modified: 2022-01-01 10:22 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2021-12-18 11:22:20 UTC
The stop function of Docker daemon OpenRC script does not seem to function.

Reproducible: Always

Steps to Reproduce:
1. Start the docker daemon with /etc/init.d/docker start
2. Stop the docker daemon with /etc/init.d/docker stop
Actual Results:  
The docker daemon stopped, ps aux | grep docker yields nothing

Expected Results:  
The docker daemon still runs, ps aux | grep docker yields some processes
Comment 1 Andrew 2021-12-18 11:33:05 UTC
Oops, I seem to have confused actual and expected results with each other.