I have done the following
Steps to reproduce
$ container run --rm --platform=linux/amd64 ubuntu:26.04 bash
Problem description
The above command emits the error:
Error: DecodingError.keyNotFound: Key 'address' not found in keyed decoding container.
Path: [0].running._1.
Debug description: No value associated with key CodingKeys(stringValue: "address", intValue: nil) ("address").
The problem goes away when running container system stop && container system start.
Environment
- OS: macOS 26.5 (25F71)
- Xcode: Command Line Tools for Xcode 26.5
- Container: `container CLI version 0.6.0 (build: release, commit: a23bcf0)`
Code of Conduct
I have done the following
Steps to reproduce
Problem description
The above command emits the error:
The problem goes away when running
container system stop && container system start.Environment
Code of Conduct