Raj
|
f90f67ccf0
|
Add support for anonymous volumes (#768)
- Closes #726.
## Type of Change
- [ ] Bug fix
- [x] New feature
- [ ] Breaking change
- [ ] Documentation update
## Motivation and Context
Adds support for anonymous volumes. Users can now create volumes without
explicit naming using `-v /path` and `--mount type=volume,dst=/path`
syntax.
Usage:
```
# anonymous volume
container run -v /data alpine
container run -v anon-01k7jpghe4kg4ph5a4vkccksbb:/data alpine
# Multiple anonymous volumes
container run --rm -v /logs -v /cache -v /tmp alpine
```
## Testing
- [x] Tested locally
- [x] Added/updated tests
- [x] Added/updated docs
|
2025-10-15 17:33:49 -07:00 |
|
J Logan
|
bfc5ca9222
|
Removes "all rights reserved" from license header. (#711)
Closes #63.
|
2025-10-03 13:28:16 -07:00 |
|
J Logan
|
bcfcd5ac19
|
Cleans up registry subcommand options. (#660)
- Part of #515.
- Order options alphabetically.
## Motivation and Context
See #515.
|
2025-09-22 13:18:20 -07:00 |
|
J Logan
|
7d905bde64
|
Cleans up network and volume subcommands. (#661)
- Part of #515.
- Order options alphabetically.
- Use consistent delete logic for network and volume delete.
## Motivation and Context
See #515
|
2025-09-22 12:17:24 -07:00 |
|
Morris Richman
|
996a6819e3
|
Rename CLI and ExecutableCLI folders (#635)
## Motivation and Context
This is an extension of #603 to cleanup the folder structure and have it
match with the new library and target names.
|
2025-09-18 17:49:48 -07:00 |
|