mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08:00
test/e2e: volumes and suid/dev/exec options works remote
--volume works fine with podman-remote you just need to know that the path is server side. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -173,7 +173,6 @@ var _ = Describe("Podman run with volumes", func() {
|
||||
})
|
||||
|
||||
It("podman run with volumes and suid/dev/exec options", func() {
|
||||
SkipIfRemote("podman-remote does not support --volumes")
|
||||
mountPath := filepath.Join(podmanTest.TempDir, "secrets")
|
||||
err := os.Mkdir(mountPath, 0755)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
Reference in New Issue
Block a user