diff --git a/server/container_create.go b/server/container_create.go index e1c5e025..124587d3 100644 --- a/server/container_create.go +++ b/server/container_create.go @@ -788,6 +788,7 @@ func (s *Server) createSandboxContainer(ctx context.Context, containerID string, "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", + "/proc/scsi", "/sys/firmware", } { specgen.AddLinuxMaskedPaths(mp) diff --git a/version/version.go b/version/version.go index 46cc7a68..64ffb24e 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "1.0.5-dev" +const Version = "1.0.6-dev"