Implicitly create named volumes by realrajaryan · Pull Request #769 · apple/container
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 677
Merged
realrajaryan merged 4 commits intoapple:mainfrom
Oct 16, 2025Merged
Implicitly create named volumes#769
realrajaryan merged 4 commits intoapple:mainfrom
Implicitly create named volumes#769
realrajaryan merged 4 commits intoapple:mainfrom
Conversation
Copy link
Contributor
Type of Change
- Bug fix
- New feature
- Breaking change
- Documentation update
Motivation and Context
Named volumes are now implicitly created when referenced in container commands. So, if myvolume doesn't exist and you run container run -v myvolume:/data alpine, it is automatically created.
Testing
- Tested locally
- Added/updated tests
- Added/updated docs
realrajaryan added 2 commits
October 15, 2025 17:56
realrajaryan
changed the title
Users/realrajaryan/implicit volume creation
Implicitly create named volumes
jglogan reviewed Oct 16, 2025
Sources/ContainerClient/Utility.swift
Outdated
Show resolved
Hide resolved
Sources/ContainerClient/Utility.swift Outdated Show resolved Hide resolved
jglogan reviewed Oct 16, 2025
Sources/ContainerClient/Utility.swift
Outdated
Show resolved
Hide resolved
Sources/ContainerClient/Utility.swift Outdated Show resolved Hide resolved
Sources/ContainerClient/Utility.swift
Outdated
Show resolved
Hide resolved
Sources/ContainerClient/Utility.swift Outdated Show resolved Hide resolved
jglogan reviewed Oct 16, 2025
Sources/ContainerClient/Utility.swift
Outdated
Show resolved
Hide resolved
Sources/ContainerClient/Utility.swift Outdated Show resolved Hide resolved
jglogan approved these changes Oct 16, 2025
realrajaryan
force-pushed
the
users/realrajaryan/implicit-volume-creation
branch
2 times, most recently
from
a6d48eb to
c2a355e
Compare
realrajaryan
force-pushed
the
users/realrajaryan/implicit-volume-creation
branch
from
c2a355e to
c8a05a9
Compare
jglogan approved these changes Oct 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment