All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add pidfile flag to store dockerd PID in /var/run/dockerd.pid
@ 2018-11-29 20:14 Ting Yu
  2018-12-04 23:16 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Ting Yu @ 2018-11-29 20:14 UTC (permalink / raw)
  To: meta-virtualization

---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add pidfile flag to store dockerd PID in /var/run/dockerd.pid
  2018-11-29 20:14 [PATCH] Add pidfile flag to store dockerd PID in /var/run/dockerd.pid Ting Yu
@ 2018-12-04 23:16 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2018-12-04 23:16 UTC (permalink / raw)
  To: tyu; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

merged

Bruce

On Thu, Nov 29, 2018 at 3:15 PM Ting Yu <tyu@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@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

[-- Attachment #2: Type: text/html, Size: 2344 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-04 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29 20:14 [PATCH] Add pidfile flag to store dockerd PID in /var/run/dockerd.pid Ting Yu
2018-12-04 23:16 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.