index
:
containers/podman.git
main
update-docs-for-podman-machine
forked from: https://github.com/containers/podman.git
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
e2e
/
run_volume_test.go
Commit message (
Expand
)
Author
Age
*
volume: add support for non-volatile upperdir,workdir for overlay volumes
Aditya Rajan
2022-01-28
*
bump go module to version 4
Valentin Rothberg
2022-01-18
*
volume: apply exact permission of target directory without adding extra 0111
Aditya Rajan
2021-12-07
*
Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))
Ed Santiago
2021-12-02
*
e2e: yet more cleanup of BeTrue/BeFalse
Ed Santiago
2021-11-30
*
Convert strings.Contains() to Expect(ContainSubstring)
Ed Santiago
2021-11-30
*
e2e tests: enable golint
Ed Santiago
2021-11-29
*
e2e test cleanup, continued
Ed Santiago
2021-11-23
*
e2e tests: clean up antihelpful BeTrue()s
Ed Santiago
2021-11-22
*
Semiperiodic cleanup of obsolete Skip()s
Ed Santiago
2021-11-19
*
Fix codespell errors
Daniel J Walsh
2021-10-14
*
Merge pull request #11647 from EduardoVega/11491-U-suffix-mount-option
OpenShift Merge Robot
2021-09-23
|
\
|
*
Add support for :U flag with --mount option
Eduardo Vega
2021-09-22
*
|
volume: Add support for overlay on named volumes
Aditya Rajan
2021-09-21
|
/
*
container: resolve workdir after all the mounts happen.
flouthoc
2021-08-30
*
e2e tests: use Should(Exit()) and ExitWithError()
Ed Santiago
2021-07-15
*
Fix volumes with uid and gid options
Paul Holzinger
2021-06-11
*
Fix podman build --pull-never
Daniel J Walsh
2021-03-27
*
Ensure manually-created volumes have correct ownership
Matthew Heon
2021-03-24
*
Add U volume flag to chown source volumes
Eduardo Vega
2021-02-22
*
bump go module to v3
Valentin Rothberg
2021-02-22
*
Change source path resolution for volume copy-up
Matthew Heon
2021-02-17
*
Fix an issue where copyup could fail with ENOENT
Matthew Heon
2021-02-16
*
Rewrite copy-up to use buildah Copier
Matthew Heon
2021-02-10
*
Docker ignores mount flags that begin with constency
Daniel J Walsh
2021-01-30
*
Ensure we do not double-lock the same volume in create
Matthew Heon
2020-11-11
*
podman create doesn't support creating detached containers
Daniel J Walsh
2020-10-21
*
Make all Skips specify a reason
Daniel J Walsh
2020-09-29
*
Remove SkipIfRootless if possible, document other calls
Daniel J Walsh
2020-09-27
*
e2e tests: SkipIfRemote(): add a reason
Ed Santiago
2020-09-23
*
Examine all SkipIfRemote functions
Daniel J Walsh
2020-09-22
*
Remove some unnecessary []byte to string conversions
Sascha Grunert
2020-08-03
*
Switch all references to github.com/containers/libpod -> podman
Daniel J Walsh
2020-07-28
*
Turn on a bunch more remote tests
Daniel J Walsh
2020-07-22
*
Add support for overlay volume mounts in podman.
Qi Wang
2020-07-20
*
Change buildtag for remoteclient to remote for testing
Daniel J Walsh
2020-07-06
*
move go module to v2
Valentin Rothberg
2020-07-06
*
Add support for `readonly` option to --mount
Matthew Heon
2020-05-26
*
Turn off 'noexec' option by default for named volumes
Matthew Heon
2020-05-20
*
enable volume integration tests
Brent Baude
2020-04-27
*
Add support for volumes-from, image volumes, init
Matthew Heon
2020-04-27
*
Force integration tests to pass
Brent Baude
2020-04-21
*
test/e2e/run_volume_test: use unique mount point
Kir Kolyshkin
2020-04-02
*
test/e2e/run_volume_test.go: mv dockerfile decl
Kir Kolyshkin
2020-04-02
*
test/e2e/run_volume_test: only create dir once
Kir Kolyshkin
2020-04-02
*
Switch to using --time as opposed to --timeout to better match Docker.
Daniel J Walsh
2020-03-31
*
Use cleaned destination path for indexing image volumes
Matthew Heon
2020-02-17
*
Do not copy up when volume is not empty
Matthew Heon
2020-02-12
*
mount: add new options nocopyup|copyup for tmpfs
Giuseppe Scrivano
2019-11-07
*
Wait for `mount` command to finish when mounting volume
Matthew Heon
2019-10-30
[next]