Df command inconsistent

Expected behavior

return results correctly.

Actual behavior

Filesystem 1K-blocks Used Available Use% Mounted on
none 19049892 19002676 0 100% /
tmpfs 1025556 0 1025556 0% /dev
tmpfs 1025556 0 1025556 0% /sys/fs/cgroup
df: /Users/rkazak/dockerp1: Function not implemented
/dev/vda1 19049892 19002680 0 100% /etc/resolv.conf
/dev/vda1 19049892 19002680 0 100% /etc/hostname
/dev/vda1 19049892 19002680 0 100% /etc/hosts
shm 65536 0 65536 0% /dev/shm
tmpfs 1025556 0 1025556 0% /proc/kcore

Information

kazak:dockerp1 rkazak$ pinata diagnose -u
OS X: version 10.11.4 (build: 15E65)
Docker.app: version v1.11.0-beta6
Running diagnostic tests:
[OK] docker-cli
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160408-232042.tar.gz.
Your unique id in bugsnag is: D75D042D-94BC-4C54-B1A8-2DA92E823FC0
Please quote this in all correspondence.

Steps to reproduce the behavior

  1. docker run --rm -it -v pwd:pwd -w pwd alpine /bin/sh
  2. df
1 Like

Hi @rkazak Please see this pinned topic in regards to [f]stat[vfs]

Thanks for the reply.

This topic was automatically closed after 24 hours. New replies are no longer allowed.