moby--moby/container
Kir Kolyshkin 39048cf656 Really switch to moby/sys/mount*
Switch to moby/sys/mount and mountinfo. Keep the pkg/mount for potential
outside users.

This commit was generated by the following bash script:

```
set -e -u -o pipefail

for file in $(git grep -l 'docker/docker/pkg/mount"' | grep -v ^pkg/mount); do
	sed -i -e 's#/docker/docker/pkg/mount"#/moby/sys/mount"#' \
		-e 's#mount\.\(GetMounts\|Mounted\|Info\|[A-Za-z]*Filter\)#mountinfo.\1#g' \
		$file
	goimports -w $file
done
```

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-03-20 09:46:25 -07:00
..
stream Handle blocked I/O of exec'd processes 2019-06-21 12:02:15 -04:00
archive.go
container.go Support configuration of log cacher. 2020-02-19 17:02:34 -05:00
container_unit_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
container_unix.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
container_windows.go container.ConfigFilePath: use same signature on Windows 2019-09-03 10:51:43 +02:00
env.go
env_test.go
health.go Avoid a data race in container/health.go 2019-07-31 13:17:32 -07:00
history.go
memory_store.go
memory_store_test.go
monitor.go Make sure timers are stopped after use. 2019-01-16 14:32:53 -08:00
mounts_unix.go mount: add BindOptions.NonRecursive (API v1.40) 2018-11-06 17:51:58 +09:00
mounts_windows.go
state.go goimports: fix imports 2019-09-18 12:56:54 +02:00
state_test.go cleanup: remove SetDead function 2019-08-25 20:34:30 +08:00
store.go
view.go goimports: fix imports 2019-09-18 12:56:54 +02:00
view_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00