[meta-virtualization] [PATCH] Add pidfile flag to store dockerd PID in /var/run/dockerd.pid

Bruce Ashfield bruce.ashfield at gmail.com
Tue Dec 4 15:16:38 PST 2018


merged

Bruce

On Thu, Nov 29, 2018 at 3:15 PM Ting Yu <tyu at cisco.com> wrote:

> ---
>  recipes-containers/docker/files/docker.init | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/docker/files/docker.init
> b/recipes-containers/docker/files/docker.init
> index 0aea8d0..b37ddc9 100644
> --- a/recipes-containers/docker/files/docker.init
> +++ b/recipes-containers/docker/files/docker.init
> @@ -28,7 +28,7 @@ exec="/usr/bin/$prog"
>  pidfile="/var/run/$prog.pid"
>  lockfile="/var/lock/subsys/$prog"
>  logfile="/var/log/$prog"
> -other_args="--registry-mirror=http://localhost:5000 --insecure-registry=
> http://localhost:5000 --raw-logs"
> +other_args="--pidfile $pidfile --registry-mirror=http://localhost:5000
> --insecure-registry=http://localhost:5000 --raw-logs"
>
>  [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
>
> --
> 2.19.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20181204/28d980b1/attachment.html>


More information about the meta-virtualization mailing list