Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 829561

Summary: app-containers/docker-20.10.9: openrc does not stop the daemon
Product: Gentoo Linux Reporter: Andrew <awkravchuk>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: UNCONFIRMED ---    
Severity: normal CC: awkravchuk, gyakovlev, hydrapolic, jstein
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.