Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] docker: Fix runit service
@ 2020-04-22 20:09 beanpole135
  2020-04-22 20:14 ` Piraty
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: beanpole135 @ 2020-04-22 20:09 UTC (permalink / raw)
  To: ml

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

There is a new pull request by beanpole135 against master on the void-packages repository

https://github.com/beanpole135/void-packages patch/docker
https://github.com/void-linux/void-packages/pull/21254

docker: Fix runit service
The "-s=overlay2" command line flag appears to prevent the service from starting.
Comment out this line in the service file for now.

A patch file from https://github.com/void-linux/void-packages/pull/21254.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch/docker-21254.patch --]
[-- Type: text/x-diff, Size: 910 bytes --]

From 38333b06ccd79e8c34aad29c8ba33a6feb2130a4 Mon Sep 17 00:00:00 2001
From: Ken Moore <moorekou@gmail.com>
Date: Wed, 22 Apr 2020 16:03:42 -0400
Subject: [PATCH] docker: Fix runit service

The "-s=overlay2" command line flag appears to prevent the service from starting.
Comment out this line in the service file for now.
---
 srcpkgs/docker/files/docker/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker/files/docker/run b/srcpkgs/docker/files/docker/run
index 9922e2f6196..4bacda69df3 100755
--- a/srcpkgs/docker/files/docker/run
+++ b/srcpkgs/docker/files/docker/run
@@ -5,5 +5,5 @@ mountpoint -q /sys/fs/cgroup/systemd || {
     mkdir -p /sys/fs/cgroup/systemd;
     mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd;
 }
-[ -n "$OPTS" ] || OPTS="-s=overlay2"
+#[ -n "$OPTS" ] || OPTS="-s=overlay2"
 exec chpst -o 1048576 -p 1048576 dockerd $OPTS 2>&1

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

end of thread, other threads:[~2020-05-05  9:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 20:09 [PR PATCH] docker: Fix runit service beanpole135
2020-04-22 20:14 ` Piraty
2020-04-22 20:18 ` beanpole135
2020-04-22 23:02 ` Piraty
2020-04-22 23:02 ` [PR PATCH] [Closed]: " Piraty
2020-04-22 23:38 ` beanpole135
2020-04-24 15:22 ` Piraty
2020-04-24 15:25 ` Piraty
2020-04-25  9:16 ` Piraty
2020-04-25  9:18 ` Piraty
2020-04-25  9:18 ` Piraty
2020-04-27 12:45 ` beanpole135
2020-05-01 23:27 ` [PR PATCH] [Closed]: " Piraty
2020-05-05  9:07 ` Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).