mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-07 08:07:51 +00:00
Updating the vendor or runc to pull in some fixes that we need. In order to get this vendor to work, we needed to update the vendor of docker/docker, which causes all sorts of issues, just to fix the docker/pkg/sysinfo. Rather then doing this, I pulled in pkg/sysinfo into libpod and fixed the code locally. I then switched the use of docker/pkg/sysinfo to libpod/pkg/sysinfo. I also switched out the docker/pkg/mount to containers/storage/pkg/mount Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |
||
|---|---|---|
| .. | ||
| blkio_device.go | ||
| cgroup_linux.go | ||
| cgroup_windows.go | ||
| config.go | ||
| config_linux.go | ||
| device.go | ||
| device_defaults.go | ||
| hugepage_limit.go | ||
| intelrdt.go | ||
| interface_priority_map.go | ||
| mount.go | ||
| namespaces.go | ||
| namespaces_linux.go | ||
| namespaces_syscall.go | ||
| namespaces_syscall_unsupported.go | ||
| namespaces_unsupported.go | ||
| network.go | ||