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
Oops, I seem to have confused actual and expected results with each other.