sysfs should be mounted rw for privileged

sysfs should be mounted rw for a privileged container.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #279
Approved by: rhatdan
This commit is contained in:
baude
2018-01-31 14:21:47 -06:00
committed by Atomic Bot
parent 3609b82fe6
commit bf00c976dd
3 changed files with 53 additions and 2 deletions

View File

@ -45,7 +45,7 @@ var _ = Describe("Podman rm", func() {
result := podmanTest.Podman([]string{"rm", cid})
result.WaitWithDefaultTimeout()
Expect(result.ExitCode()).To(Not(Equal(0)))
Expect(result.ExitCode()).To(Equal(125))
})
It("podman rm created container", func() {