From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A35191381F3 for ; Fri, 3 Jul 2020 14:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48667E084A; Fri, 3 Jul 2020 14:05:09 +0000 (UTC) Received: from mail-lj1-x231.google.com (mail-lj1-x231.google.com [IPv6:2a00:1450:4864:20::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0973DE0831 for ; Fri, 3 Jul 2020 14:05:08 +0000 (UTC) Received: by mail-lj1-x231.google.com with SMTP id q7so23876355ljm.1 for ; Fri, 03 Jul 2020 07:05:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=mkzcq8zCO0SBgPK3n58q/Qmcbu5Kzgjvm1XvMGet/vQ=; b=qw388pPr/7CAkZumrBveLuCi9bQyLeZeS24blD9IWAd88R+VGJt/woHamPhW41FPPG rAkceYMf5JHG02VaVvkjBTUUTrfHe77nyUgwg2asI9dsBRiiHHcScf2I93LJ1c3TUAxo bbjqszx2D8sUKz5PsIcjGDAe7HxPCfl3WLhobtzqY4SC1oDl60erK8lTjZI3u1BEkx51 ty7nY8hx30/ITnzRgaZIvlPK6t3wfgmOEnrbJ+k9INHnrFiHY0ct4hTpmiuFHxDecY5d 0Slbl1Rfl/yySa3KJP0fOnrWMDHzamlmzOFw+HQN+TTh+p3xw85Z4OUzntNyKTgqAyib ekMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=mkzcq8zCO0SBgPK3n58q/Qmcbu5Kzgjvm1XvMGet/vQ=; b=ku2txd4RD1+0dOLOXXUzzu3n4B6jnaMsk80pJz+FiTVSgQhwtunLIbWHCDsSHmGASY m5Sc7W0JGtp7EXdkJUp6o+AypQwixkOyf0AAaDrolixEJtV6o+QAVyZXubkR/8jWjut0 odqBA3ouh+0uekK8/Df35/5wEsgGBCofeoSvOIqJM5xhG+iero/WxD793GRRrOfsverq 7Tni+qGzN7mLcPFhh8OS0g6Afgf/MscB9Mz1uMAsamsQ5J9RMH/+pGcoNyG6obpERtUm asgyxv4nE0kdhxTZVMK8gOwynPUP7tAXmlbsHu7Mvv69HULuoA+oseLQI+tMLbTjHNZo um2w== X-Gm-Message-State: AOAM533/eJEEyuYTwohzQ8K45gCuPr9qAz5wiy1C9StQHDs61bYd7NlB Gckau9Y3ZwMJ9+ELOgQyHsRWbnexNUaHpcf4bSXKXteU X-Google-Smtp-Source: ABdhPJznUE33oMfgJcB5ifiSoLy8bJt3R/LVXg13y1ibVl605EGVoVXcWuEAQCeHPh/oCcS+Qn46sjQKf+0n3XSdTOg= X-Received: by 2002:a2e:a0cd:: with SMTP id f13mr1026409ljm.343.1593785106689; Fri, 03 Jul 2020 07:05:06 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <87861e59-3807-63ae-57ac-2f1ecffe45a1@googlemail.com> In-Reply-To: <87861e59-3807-63ae-57ac-2f1ecffe45a1@googlemail.com> From: Andrew Udvare Date: Fri, 3 Jul 2020 10:04:55 -0400 Message-ID: Subject: Re: [gentoo-user] custom mount fstab To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary="00000000000021f39605a98a0352" X-Archives-Salt: ad665cc2-4786-48c1-979d-a6eb9a4f3963 X-Archives-Hash: 542893bc42d7a5c4d8cd324445f2e7c6 --00000000000021f39605a98a0352 Content-Type: text/plain; charset="UTF-8" On Fri, Jul 3, 2020, 09:34 Tamer Higazi wrote: > Hi people, > > I had a problem with docker on gentoo and found the solution for all my > problems with a custom mount command: > > |sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd > Can anybody of you tell me how to add that one in /etc/fstab file ? > best, Tamer | > Docker on OpenRC or systemd? Also with the new cgroups or old? AFAIK Docker doesn't work or support the new cgroups. :/ --00000000000021f39605a98a0352 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Fri, Jul 3, 2020, 09:34 Tamer Higazi <th982a@googlemail.com> wrote:
Hi people,

I had a problem with docker on gentoo and found the solution for all my problems with a custom mount command:

|sudo mount -t cgroup -o none,name=3Dsystemd cgroup /sys/fs/cgroup/systemd =
Can anybody of you tell me how to add that one in /etc/fstab file ?
best, Tamer |

Docker on OpenRC or systemd?

=
Also with the new cgroups or old?
=
AFAIK Docker doesn't work or support the ne= w cgroups. :/
--00000000000021f39605a98a0352--