Received: from serveur.framail3.ex2.cloud (serveur.framail3.ex2.cloud [141.94.98.98]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 1EB74222CED for <~alpine/users@lists.alpinelinux.org>; Sun, 2 Mar 2025 08:06:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ipik.org; s=default; h=Content-Transfer-Encoding:Content-Type:Subject:From:To: MIME-Version:Date:Message-ID:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Z5pGW0k0CljIaeXEfLylu4MiFZ7XzST54I+XuNlayX4=; b=3CfR5kWMlaYTDzJuWqQfJv1MH/ dcHL0Ag2SzpH8hSnKYrXkIwcFzHOs481XbiKNss4DiX7YltAdF9SPNN7TGHl7NfyQ9GXpm7MB9BQq vcniYFWBTU5/CAOl5XKmvx0BEo3dSqyF/1yZJ93VGaPSOe1jO1R8qB221mgUEubzOLJNymyv3abEd dOg7e57DV7WVSXqO6yhDphAyQbSZjknlDv9pg6WiwDejcT3aFZQKtMDbIUXONKI2t8c69k+lF6fNm BXjb5xHP/1KOgTuvx+0HOaLrTPyitbOI8Rka0mx0+ez7OL1GnIoldItYeSOlHmURmH+GXB2Z7DUhb lUff8SEQ==; Received: from 207.229.66.37.rev.sfr.net ([37.66.229.207]:56636 helo=[192.168.1.33]) by serveur.framail3.ex2.cloud with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.98.1) (envelope-from ) id 1toeLU-0000000Fhbc-3s4D for ~alpine/users@lists.alpinelinux.org; Sun, 02 Mar 2025 09:06:44 +0100 Message-ID: <7caa23ba-6e5e-43b0-9899-ff54df7b825e@ipik.org> Date: Sun, 2 Mar 2025 09:06:42 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ~alpine/users@lists.alpinelinux.org Content-Language: fr, en-US, en-GB From: macmpi Subject: overlaytmpfs & docker Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-cPanel-MailScanner-Information: Please contact the ISP for more information X-cPanel-MailScanner-ID: 1toeLU-0000000Fhbc-3s4D X-cPanel-MailScanner: Found to be clean X-cPanel-MailScanner-SpamCheck: X-cPanel-MailScanner-From: spam@ipik.org X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - serveur.framail3.ex2.cloud X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - ipik.org X-Get-Message-Sender-Via: serveur.framail3.ex2.cloud: authenticated_id: michel.piquemal@ipik.org X-Authenticated-Sender: serveur.framail3.ex2.cloud: michel.piquemal@ipik.org X-Source: X-Source-Args: X-Source-Dir: I'm trying to setup a system that can run in RAM with docker containers (avoid SD card wear on Pi). Due to RAM size limitation to load all system in RAM at boot, diskless install is not an option in this case. One alternative idea is to setup a traditional "disk" install and once all set, run with overlaytmpfs=yes cmdline option. However docker will fail to start under such configuration (possibly overlay2 storage driver issue). Is there a simple workaround to get docker working in such target setup? Are there some |overlaytmpfsflagsoptions to be considered? I could not find much documentations on this mode and options. Thanks for any tip. |/ /