Github messages for voidlinux
 help / color / mirror / Atom feed
From: beanpole135 <beanpole135@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] docker: Fix runit service
Date: Wed, 22 Apr 2020 22:09:46 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21254@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2020-04-22 20:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-22 20:09 beanpole135 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21254@inbox.vuxu.org \
    --to=beanpole135@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).