Skip to content

Tags: apple/container

Tags

0.7.1

Toggle 0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jglogan J Logan
0.7.1 release

- Pick up data integrity tweak in CZ 0.16.1.

0.7.0

Toggle 0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jglogan J Logan
0.7.0 release.

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Propagate host ssh socket permissions to relay socket in guest. (#811)

- Closes #580.
- Depends on apple/containerization#362.

## Type of Change
- [x] Bug fix
- [ ] New feature  
- [ ] Breaking change
- [ ] Documentation update

## Testing
- [x] Tested locally
- [ ] Added/updated tests
- [ ] Added/updated docs

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update license headers in C files (#693)

## Type of Change
- [x] Bug fix
- [ ] New feature  
- [ ] Breaking change
- [ ] Documentation update

## Motivation and Context
There was a duplicated and outdated license header in some files.

## Testing
- [x] Tested locally
- [ ] Added/updated tests
- [ ] Added/updated docs

0.4.1

Toggle 0.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jglogan J Logan
0.4.1 release

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jglogan J Logan
0.4.0 release

0.3.0

Toggle 0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jglogan J Logan
0.3.0 release.

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds `container network` for macOS 26. (#243)

See discussion below for example. For multiple network interfaces in a
single container we'll want to integrate against a containerization that
includes apple/containerization#156.

The change bumps the containerization dependency to 0.2.0 and addresses
the breaking API changes.

```console
% container network
OVERVIEW: Manage container networks

USAGE: container network <subcommand>

OPTIONS:
  --version               Show the version.
  -h, --help              Show help information.

SUBCOMMANDS:
  create                  Create a new network
  delete, rm              Delete one or more networks
  list, ls                List networks
  inspect                 Display information about one or more networks

  See 'container help network <subcommand>' for detailed help.
```

Verified

This tag was signed with the committer’s verified signature.
adityaramani Aditya Ramani