firecracker-containerd
firecracker-containerd copied to clipboard
firecracker-containerd enables containerd to manage containers as Firecracker microVMs
Our current vsock dialer implementation does exponential backoff from 100ms to 1.6s before giving up. I encountered a situation in the real world in which this timeout was too short...
- [ ] runtime should support DNS config - [ ] runtime should support port mapping with host port and container port - [ ] runtime should support port mapping...
Right now, if `firecracker` has an error, we show a pretty cryptic message like `ctr: Put http://localhost/machine-config: dial unix /tmp/firecracker.sock: connect: no such file or directory: unknown`. I've been using...
As mentioned in the comments on #160 we should consider whether we want to support the other OCI annotations that exist for grouping containers under a single shim or in...
- [ ] runtime should support starting container - [ ] runtime should support execSync - [ ] runtime should support execSync with timeout - [ ] runtime should support...
- [ ] should allow privilege escalation when false - [ ] should not allow privilege escalation when true
- [ ] runtime should support starting container with volume when host path is a symlink - [ ] runtime should support starting container with volume
- [ ] should support container log - [ ] should support network - [ ] should support container exec
- [ ] runtime should support starting container with log - [ ] runtime should support reopening container log
- [ ] runtime should not block setting host name with unconfined seccomp and SYS_ADMIN - [ ] should support seccomp unconfined on the container - [ ] should support...