J Logan
4f88725158
Use new IP/CIDR types from Containerization. ( #957 )
...
- Part of work for #460 .
- With CZ release 0.17.0, the IP and CIDR address
types changed from String to IPv4Address and
CIDRv4, respectively. This PR applies the corresponding
adaptations to container.
2025-12-16 16:34:13 -08:00
siikamiika
d8eb510e1e
Support --subnet in network create ( #737 )
...
> [!CAUTION]
> Just noticed you can actually create a network that conflicts with an
existing network not managed by `network create`. Unless that is fine do
not merge!
Currently containerization only supports IPv4.
Example:
<img width="2012" height="578" alt="screenshot"
src="https://github.com/user-attachments/assets/38fef1ef-3ffd-4d77-b9e2-8c43f7e4851d "
/>
Docker ref: https://docs.docker.com/reference/cli/docker/network/create/
Podman ref:
https://docs.podman.io/en/v5.0.3/markdown/podman-network-create.1.html#subnet-subnet
Fixes apple/container#458
## Type of Change
- [ ] Bug fix
- [x] New feature
- [ ] Breaking change
- [ ] Documentation update
## Motivation and Context
[Why is this change needed?]
Scripted creation of deterministic network environments for containers
## Testing
- [x] Tested locally
- [ ] Added/updated tests
- [x] Added/updated docs
2025-10-13 16:30:10 -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
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