mirror of
https://github.com/moby/moby.git
synced 2026-08-09 17:39:58 +00:00
The new daemon.containerFSView type covers all the use-cases on Linux with a much more intuitive API, but is not portable to Windows. Discourage people from using the old and busted functions in new Linux code by excluding them entirely from Linux builds. Signed-off-by: Cory Snider <csnider@mirantis.com>