X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-ua0-f174.google.com (mail-ua0-f174.google.com [209.85.217.174]) by lists.alpinelinux.org (Postfix) with ESMTP id 3054E5C428B for ; Thu, 8 Sep 2016 10:19:26 +0000 (GMT) Received: by mail-ua0-f174.google.com with SMTP id 95so12036906uaz.2 for ; Thu, 08 Sep 2016 03:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=CeQYNU2mJvOvlcSWZiJnRrbceFnGdq0cUgKxdPpEuF0=; b=kf0GoMHNrl/l4Wp/Pgfek7C2HLd6DzL5XWnaXcOtd6cZQ79ZRPWIOZ6OWVJVXEHy6V V4BePCJioMY7naO+6xjnxKriLmKQbYnpEJ2TxTmuZBTxfAQUsE7itBjrCl+joSf6Wsqe ZgVqoRPhLUGO/f9PZR2+7b3WsF/bDOtKbvZaw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=CeQYNU2mJvOvlcSWZiJnRrbceFnGdq0cUgKxdPpEuF0=; b=TQ5f/IgVD90nRT2jsTXFelzAIsBMaj3Wv0/0uMi9n0NdiGnXZJ0BDKWzo1HE7ZNq/1 e/ecUSBNv18k+GR0cUMrGw3UJ/xnVn3xG0nkJGM/yGx2RLvNXpf4eiYEnMUJXBa/LQ5e iUAVOr6V+SrBlfVHMCgJUaOdUYhnEn0CXuDhAaD166J/pu8E8xYOeriB7hQLQzasjXhq v0qD2MkS0L0gvODamz1YyaQNRnQw4DewRpa9tl2YyRH2vrdSBzqXwy316Sx4waqLpPKY flBvsooHTRVWJmhJaaSDzMQkDk90S95Z1tYSxmi+MfTdyMkCqzexaTbYL4JQwak6OxO0 8yYQ== X-Gm-Message-State: AE9vXwNkUmX8OepZaDhkwktoObwRbcReKqBaSVGuUJh5fxlvN3fpwz8rSRXbc67Ljkz6prQCHHgy3Wrnc5DHkA== X-Received: by 10.176.6.6 with SMTP id f6mr30285256uaf.46.1473329965382; Thu, 08 Sep 2016 03:19:25 -0700 (PDT) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.103.1.5 with HTTP; Thu, 8 Sep 2016 03:19:24 -0700 (PDT) In-Reply-To: References: From: Justin Cormack Date: Thu, 8 Sep 2016 11:19:24 +0100 Message-ID: Subject: Re: [alpine-devel] Using df with OverlayFS To: Alpine Devel List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable There is an issue already http://bugs.alpinelinux.org/issues/5703 and this should be fixed shortly. Justin On 2 September 2016 at 09:25, Christian Kniep wrote: > Hey there, > > I am running an alpine container on a Linux system that uses overlay as > docker storage backend. > > My suspicion would be, that the df command does not no how to deal with > overlay as a filesystem and therefore is shy providing output=E2=80=A6 :) > > gentoo1 ~ # docker info |grep 'Storage Driver' > Storage Driver: overlay > gentoo1 ~ # docker run -ti --privileged alpine df -h > Filesystem Size Used Available Use% Mounted on > gentoo1 ~ # docker run -ti --privileged ubuntu df -h > Filesystem Size Used Avail Use% Mounted on > overlay 1.4T 3.6G 1.4T 1% / > > If I run df on my Ubuntu16 reference box - using AUFS as a storage backen= d, > I get an output. > > root@swarm0:~# docker info |grep 'Storage Driver' > WARNING: No swap limit support > Storage Driver: aufs > root@swarm0:~# docker run -ti alpine df -h > Filesystem Size Used Available Use% Mounted on > none 77.2G 26.3G 47.0G 36% / > > How do I get overlay into this little df command of mine? I guess somehow > fiddle around with the APKBUILD file of coreutils=E2=80=A6 > > Cheers > Christian > > > > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---