-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work when docker is started manually #33
Comments
Thanks for your feedback! I'm a bit surprised that I cannot replace with Does |
Why slash Without slash it outputs:
|
Filtering by
|
Does it give a reliable result without
It seems I have to look deeper; recent docker versions do not reliably show the options |
Sure, it shows the same result. I added that prefix to make sure I get the process id match. For a bit more safety you can add the space at the end
|
I just found out I can customize docker options in {
"group": "o",
"data-root": "/home/o/docker/lib",
"exec-root": "/home/o/docker/run"
} and start it with sudo env PATH=/sbin:$PATH dockerd --config-file /home/o/docker/config.json also I can install docker system-wide and add that json in |
Thanks! I could not check a custom config file, and I found I cannot read Now I am removing the checks for Especially I have to set |
…t from /tmp cleanup of init systems # minor improvements of init system initialization # remove checks for --userns-remap and --selinux-enabled. #33 Signed-off-by: mviereck <bachbaum24@gmx.de>
I've just uploaded an update that now only checks for running dockerd with I've tested on systems with and without SELinux, no issues so far. Sorry that your ps checks are not included now :-). |
…#33) Signed-off-by: mviereck <bachbaum24@gmx.de>
I have docker binaries in my home directory and I start docker like this
Also in
.bashrc
in configured thePATH
variableI do this because my root partition is small (only for system and installed programs) but docker images require a lot of space that's why I made it store all docker related data in my /home partition.
This command doesn't detect my running docker daemon
x11docker/x11docker
Line 1109 in 6b46a8a
It works when I replace it with
The text was updated successfully, but these errors were encountered: